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