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

 

Applies the geometric transform represented by this Matrix to a specified array of points.

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

public:
void TransformPoints(
	array<PointF>^ pts
)

Parameters

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

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

.NET Framework
Available since 1.1
Return to top
Show: