MatrixTransform 方法 (Vector) |
Transform - Transforms each Vector in the array by this matrix.
命名空间:
CPF.Drawing
程序集:
CPF (在 CPF.dll 中) 版本:0.8.8.5
语法 public void Transform(
Vector[] vectors
)
参数
- vectors
- 类型:CPF.DrawingVector
The Vector array to transform
参见