Skip to main content
All docs
V23.2

DXMatrix.CreateWarpMatrix(RectangleF, IReadOnlyList<PointF>) Method

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public static DXMatrix CreateWarpMatrix(
    RectangleF source,
    IReadOnlyList<PointF> destinationPoints
)

Parameters

Name Type
source RectangleF
destinationPoints IReadOnlyList<PointF>

Returns

Type
DXMatrix
See Also