ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathEx Class / Transform Method

In This Topic
    Transform Method (PathEx)
    In This Topic
    Applies transformation.
    Syntax
    'Declaration
     
    Public Sub Transform( _
       ByVal matrix As Matrix3x2 _
    ) 
    public void Transform( 
       Matrix3x2 matrix
    )

    Parameters

    matrix
    See Also