Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / PathOperator Class / PathMatrix Property

In This Topic
    PathMatrix Property
    In This Topic
    The matrix used to render the path.
    Syntax
    'Declaration
     
    Public ReadOnly Property PathMatrix As System.Numerics.Matrix3x2
    public System.Numerics.Matrix3x2 PathMatrix {get;}
    See Also