ActiveReports Developer 7
TransformPoints Method
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Drawing Namespace > MatrixEx Class : TransformPoints Method

points
An array of points to transform.

Glossary Item Box

Applies a geometric transform represented by the MatrixEx to the provided points.

Syntax

Visual Basic (Declaration) 
Public Sub TransformPoints( _
   ByVal points() As PointFEx _
) 
C# 
public void TransformPoints( 
   PointFEx[] points
)

Parameters

points
An array of points to transform.

See Also