点击或拖拽改变大小

PixelRectOffset 方法 (Int32, Int32)

Offset - translate the Location by the offset provided If this is Empty, this method is illegal.

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void Offset(
	int offsetX,
	int offsetY
)

参数

offsetX
类型:SystemInt32

[缺少 "M:CPF.PixelRect.Offset(System.Int32,System.Int32)" 的 <param name="offsetX"/> 文档]

offsetY
类型:SystemInt32

[缺少 "M:CPF.PixelRect.Offset(System.Int32,System.Int32)" 的 <param name="offsetY"/> 文档]

参见