Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgMatrix Class / Invert Method / Invert(SvgMatrix) Method
When this method returns, contains the inverted matrix if the operation succeeded.

In This Topic
    Invert(SvgMatrix) Method
    In This Topic
    Inverts the matrix if possible. The return value indicates whether the operation succeeded.
    Syntax
    'Declaration
     
    Public Overloads Function Invert( _
       ByRef result As SvgMatrix _
    ) As System.Boolean
    public System.bool Invert( 
       out SvgMatrix result
    )

    Parameters

    result
    When this method returns, contains the inverted matrix if the operation succeeded.

    Return Value

    true if the matrix was inverted successfully; otherwise, false.
    See Also