Skip to main content
All docs
V25.1
  • DXGraphicsPath.AddLines(IReadOnlyList<PointF>) Method

    Appends a line segment to the figure.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void AddLines(
        IReadOnlyList<PointF> points
    )

    Parameters

    Name Type Description
    points IReadOnlyList<PointF>

    An array of points that define line segments to add.

    See Also