Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / Invert Method / Invert() Method

In This Topic
    Invert() Method
    In This Topic
    Inverts the matrix if possible. Returns the inverted matrix if the operation succeeded.
    Syntax
    'Declaration
     
    Public Overloads Function Invert() As SvgMatrix
    public SvgMatrix Invert()

    Return Value

    The inverted matrix or a null reference (Nothing in Visual Basic).
    See Also