Inverts the matrix if possible. The return value indicates whether the operation succeeded.
'宣言
Public Overloads Function Invert( _
ByRef As SvgMatrix _
) As System.Boolean
public System.bool Invert(
out SvgMatrix
)
パラメータ
- result
- When this method returns, contains the inverted matrix if the operation succeeded.
戻り値の型
true if the matrix was inverted successfully; otherwise, false.