'Declaration Public Overloads Shared Function FromMatrix( _
ByVal matrixThe matrix.As System.Windows.Media.Matrix _
) As WpfPointTransform
public static WpfPointTransform FromMatrix(
System.Windows.Media.Matrix matrix
)
public: static WpfPointTransform* FromMatrix(
System.Windows.Media.Matrix* matrix
)
public:
static WpfPointTransform^ FromMatrix(
System.Windows.Media.Matrix^ matrix
)
Parameters
- matrix
- The matrix.
Return Value
The point transformation.