In This Topic
Tries to create the
DMatrix from
System.Numerics.Matrix3x2.
Syntax
'Declaration
Public Shared Function TryCreate( _
ByVal As System.Numerics.Matrix3x2, _
ByRef As DMatrix _
) As System.Boolean
public static System.bool TryCreate(
System.Numerics.Matrix3x2 ,
out DMatrix
)
Parameters
- m
- dm
See Also