点击或拖拽改变大小

NativeHostSetBounds 方法

[缺少 "M:CPF.Linux.NativeHost.SetBounds(CPF.Drawing.Rect,CPF.Drawing.Rect,System.Boolean)" 的 <summary> 文档]

命名空间:  CPF.Linux
程序集:  CPF.Linux (在 CPF.Linux.dll 中) 版本:0.8.8.5
语法
C#
public void SetBounds(
	Rect renderRect,
	Rect rect,
	bool visible
)

参数

renderRect
类型:CPF.DrawingRect

[缺少 "M:CPF.Linux.NativeHost.SetBounds(CPF.Drawing.Rect,CPF.Drawing.Rect,System.Boolean)" 的 <param name="renderRect"/> 文档]

rect
类型:CPF.DrawingRect

[缺少 "M:CPF.Linux.NativeHost.SetBounds(CPF.Drawing.Rect,CPF.Drawing.Rect,System.Boolean)" 的 <param name="rect"/> 文档]

visible
类型:SystemBoolean

[缺少 "M:CPF.Linux.NativeHost.SetBounds(CPF.Drawing.Rect,CPF.Drawing.Rect,System.Boolean)" 的 <param name="visible"/> 文档]

实现

INativeImplSetBounds(Rect, Rect, Boolean)
参见