点击或拖拽改变大小

MatrixTransform 方法 (Point)

Transform - Transforms each point in the array by this matrix

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public void Transform(
	Point[] points
)

参数

points
类型:CPF.DrawingPoint
The Point array to transform
参见