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