DXMatrix.TransformPoints(IReadOnlyList<PointF>) Method
Applies the geometric transformation to an array of points.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| points | IReadOnlyList<PointF> | The points to transform. |
Returns
| Type | Description |
|---|---|
| IReadOnlyList<PointF> | The transformed points. |
See Also