Creates an inverted copy of the specified matrix.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static IMatrix Inverse(
this IMatrix matrix
)
<ExtensionAttribute>
Public Shared Function Inverse (
matrix As IMatrix
) As IMatrix
[<ExtensionAttribute>]
static member Inverse :
matrix : IMatrix -> IMatrix
Parameters
- matrix
- Type: Eto.DrawingIMatrix
Matrix to invert.
Return Value
Type:
IMatrix[Missing <returns> documentation for "M:Eto.Drawing.Matrix.Inverse(Eto.Drawing.IMatrix)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IMatrix. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also