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