ActiveReports 12
TransformPoints Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class : TransformPoints Method
An array of points to transform.
Applies a geometric transform represented by the MatrixEx to the provided points.
Syntax
'Declaration
 
Public Sub TransformPoints( _
   ByVal points() As PointFEx _
) 
public void TransformPoints( 
   PointFEx[] points
)

Parameters

points
An array of points to transform.
See Also

Reference

MatrixEx Class
MatrixEx Members