'Declaration Public Overloads Shared Function TransformPoint( _
ByVal pointThe point to transform.As Vintasoft.Imaging.AffineMatrix, _
ByVal matrixThe matrix that used to transform point.As System.Windows.Point _
) As System.Windows.Point
public static System.Windows.Point TransformPoint(
Vintasoft.Imaging.AffineMatrix point,
System.Windows.Point matrix
)
public: static System.Windows.Point TransformPoint(
Vintasoft.Imaging.AffineMatrix* point,
System.Windows.Point matrix
)
public:
static System.Windows.Point TransformPoint(
Vintasoft.Imaging.AffineMatrix^ point,
System.Windows.Point matrix
)
Parameters
- point
- The point to transform.
- matrix
- The matrix that used to transform point.
Return Value
The result of transforming point by AffineMatrix.