Matrix.VectorTransformPoints(Point[]) 方法
定义
将数组中的每个矢量与矩阵相乘。Multiplies each vector in an array by the matrix. 该矩阵的转换元素(第三行)被忽略。The translation elements of this matrix (third row) are ignored.
public:
void VectorTransformPoints(cli::array <System::Drawing::Point> ^ pts);
public void VectorTransformPoints (System.Drawing.Point[] pts);
member this.VectorTransformPoints : System.Drawing.Point[] -> unit
Public Sub VectorTransformPoints (pts As Point())
参数
- pts
- Point[]
一个 Point 结构的数组,它表示要变换的点。An array of Point structures that represents the points to transform.