Skip to main content
All docs
V25.1
  • DXGraphicsPath.AddLine(PointF, 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 AddLine(
        PointF startPoint,
        PointF endPoint
    )

    Parameters

    Name Type Description
    startPoint PointF

    The line’s starting point.

    endPoint PointF

    The line’s endpoint.

    See Also