Matrix::VectorTransformPoints Method (array<Point>^)

 

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)

public:
void VectorTransformPoints(
	array<Point>^ pts
)

Parameters

pts
Type: array<System.Drawing::Point>^

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

.NET Framework
Available since 1.1
Return to top
Show: