[]
        
(Showing Draft Content)

GrapeCity.Documents.Layout.Composition.Surface.BaseTransform

BaseTransform Property

BaseTransform

Gets the transformation matrix of the GcGraphics object when it was passed to the Render(GcGraphics) method.

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

Declaration
public Matrix3x2 BaseTransform { get; }
Public ReadOnly Property BaseTransform As Matrix3x2