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