'Declaration Public Shared Function CreateAffineMatrix( _
ByVal matrixThe matrix.As System.Windows.Media.Matrix _
) As Vintasoft.Imaging.AffineMatrix
public static Vintasoft.Imaging.AffineMatrix CreateAffineMatrix(
System.Windows.Media.Matrix matrix
)
public: static Vintasoft.Imaging.AffineMatrix* CreateAffineMatrix(
System.Windows.Media.Matrix* matrix
)
public:
static Vintasoft.Imaging.AffineMatrix^ CreateAffineMatrix(
System.Windows.Media.Matrix^ matrix
)
Parameters
- matrix
- The matrix.
Return Value
A new instance of AffineMatrix class.