ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / Transform Method
A Matrix3x2 that represents the transformation to apply.

In This Topic
    Transform Method (GraphicsPath)
    In This Topic
    Applies a transform matrix to this GraphicsPath.
    Syntax
    'Declaration
     
    Public Sub Transform( _
       ByVal matrix As Matrix3x2 _
    ) 
    public void Transform( 
       Matrix3x2 matrix
    )

    Parameters

    matrix
    A Matrix3x2 that represents the transformation to apply.
    See Also