Applies a geometric transform represented by the
MatrixEx to the provided points.
Syntax
'Declaration
Public Sub TransformPoints( _
ByVal () As PointFEx _
)
public void TransformPoints(
PointFEx[]
)
Parameters
- points
- An array of points to transform.
See Also