Returns a Matrix of the projective transform which converts one set of points to another.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public static Matrix CreateFromProjectivePoints( PointF[] sourcePoints, PointF[] destinationPoints )
Type: System.Drawing.PointF[]
An array of 4 source (input) points to transform from.Type: System.Drawing.PointF[]
An array of 4 destination (output) points to transform source points to.