点击或拖拽改变大小

INativeImplSetBounds 方法

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

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

参数

boundsRect
类型:CPF.DrawingRect

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

clip
类型:CPF.DrawingRect

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

visible
类型:SystemBoolean

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

参见