Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / BitmapRenderer Class / TransformInverse Property

In This Topic
    TransformInverse Property
    In This Topic
    Gets or sets the inverted world transformation matrix. Used for filling regions with gradient brushes.

    TransformInverse is automatically updated when the Transform property is changed.

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