Matrix::TransformVectors Method

 

Multiplies each vector in an array by the matrix. The translation elements of this matrix (third row) are ignored.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodTransformVectors(array<Point>^)

Applies only the scale and rotate components of this Matrix to the specified array of points.

System_CAPS_pubmethodTransformVectors(array<PointF>^)

Multiplies each vector in an array by the matrix. The translation elements of this matrix (third row) are ignored.

Return to top
Show: