Matrix::TransformVectors Method (array<PointF>^)

 

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 TransformVectors(
	array<PointF>^ pts
)

Parameters

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

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

.NET Framework
Available since 1.1
Return to top
Show: