'Declaration Public Overloads Shared Function CreateWindowsMatrix( _
ByVal matrixThe AffineMatrix object to convert.As Vintasoft.Imaging.AffineMatrix _
) As System.Windows.Media.Matrix
public static System.Windows.Media.Matrix CreateWindowsMatrix(
Vintasoft.Imaging.AffineMatrix matrix
)
public: static System.Windows.Media.Matrix* CreateWindowsMatrix(
Vintasoft.Imaging.AffineMatrix* matrix
)
public:
static System.Windows.Media.Matrix^ CreateWindowsMatrix(
Vintasoft.Imaging.AffineMatrix^ matrix
)
Parameters
- matrix
- The AffineMatrix object to convert.
Return Value
The System.Windows.Media.Matrix object.