Skip to main content
All docs
V25.1
  • 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

    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