Matrix.VectorTransformPoints(Point[]) Method

Definition

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())

Parameters

pts
Point[]

An array of Point structures that represents the points to transform.

Applies to