Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / Transform Property

In This Topic
    Transform Property (GcPdfGraphics)
    In This Topic
    Gets or sets the current transformation matrix. The default is Identity matrix.
    Syntax
    'Declaration
     
    Public Overrides Property Transform As System.Numerics.Matrix3x2
    public override System.Numerics.Matrix3x2 Transform {get; set;}
    See Also