Transforms the specified points in-place.
Syntax

[C#]

void TransformPoints(Point[] pts);
void TransformPoints(PointF[] pts);

[Visual Basic]

Sub TransformPoints(pts As Point())
Sub TransformPoints(pts As PointF())
Params
Name Description
pts The points to transform.
Notes

None.

Example

None.