Skip to main content
All docs
V23.2

DXMatrix.TransformPoints(IReadOnlyList<PointF>) Method

Applies the geometric transformation to an array of points.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public IReadOnlyList<PointF> TransformPoints(
    IReadOnlyList<PointF> points
)

Parameters

Name Type Description
points IReadOnlyList<PointF>

The points to transform.

Returns

Type Description
IReadOnlyList<PointF>

The transformed points.

See Also