'Declaration Public Shared Function CreateTransform( _
ByVal rectThe source rectangle.As System.Drawing.RectangleF, _
ByVal parallelogramPointsAn array of three System.Drawing.PointF structures, which represent the upper-left, upper-right, and lower-left corners of parallelogram.() As System.Drawing.PointF _
) As AffineMatrix
public static AffineMatrix CreateTransform(
System.Drawing.RectangleF rect,
System.Drawing.PointF[] parallelogramPoints
)
public: static AffineMatrix* CreateTransform(
System.Drawing.RectangleF* rect,
System.Drawing.PointF[]* parallelogramPoints
)
public:
static AffineMatrix^ CreateTransform(
System.Drawing.RectangleF^ rect,
array<System.Drawing.PointF>^ parallelogramPoints
)
Parameters
- rect
- The source rectangle.
- parallelogramPoints
- An array of three System.Drawing.PointF structures, which represent the upper-left, upper-right, and lower-left corners of parallelogram.
Return Value
The affine transformation.