Skip to main content
All docs
V25.1
  • GraphicsCache.DrawLine(Pen, PointF, PointF) Method

    Draws a line connecting two PointF structures.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public void DrawLine(
        Pen pen,
        PointF pt1,
        PointF pt2
    )

    Parameters

    Name Type Description
    pen Pen

    A Pen object that specifies the color, width, and style of the line.

    pt1 PointF

    A PointF structure that represents the first point to connect.

    pt2 PointF

    A PointF structure that represents the second point to connect.

    See Also