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