Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutView Class / InverseTransform Property

In This Topic
    InverseTransform Property
    In This Topic
    Gets the inverted transformation matrix.

    InverseTransform is automatically updated when setting the Transform property.

    Syntax
    'Declaration
     
    Public ReadOnly Property InverseTransform As Matrix
    public Matrix InverseTransform {get;}
    See Also