点击或拖拽改变大小

PixelRectScale 方法

Scale the rectangle in the X and Y directions

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

参数

scaleX
类型:SystemInt32
The scale in X
scaleY
类型:SystemInt32
The scale in Y
参见