Matrix::TransformPoints Method

 

Applies the geometric transform this Matrix represents to an array of points.

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

NameDescription
System_CAPS_pubmethodTransformPoints(array<Point>^)

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

System_CAPS_pubmethodTransformPoints(array<PointF>^)

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

Return to top
Show: