点击或拖拽改变大小

MatrixTransform 方法 (Vector)

Transform - returns the result of transforming the Vector by this matrix.

命名空间:  CPF.Drawing
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public Vector Transform(
	Vector vector
)

参数

vector
类型:CPF.DrawingVector
The Vector to transform

返回值

类型:Vector
The transformed vector
参见