Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Surface Class / BaseTransform Property

In This Topic
    BaseTransform Property
    In This Topic
    Gets the transformation matrix of the GrapeCity.Documents.Drawing.GcGraphics object when it was passed to the Render method.

    Returns an identity matrix when checked outside of the Render method.

    Syntax
    'Declaration
     
    Public ReadOnly Property BaseTransform As System.Numerics.Matrix3x2
    public System.Numerics.Matrix3x2 BaseTransform {get;}
    See Also