Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / Transform Property

In This Topic
    Transform Property (GcGraphics)
    In This Topic
    Gets or sets the transformation matrix of the current graphics.
    Syntax
    'Declaration
     
    Public MustOverride Property Transform As System.Numerics.Matrix3x2
    public abstract System.Numerics.Matrix3x2 Transform {get; set;}
    See Also