Skip to main content

GraphicsCache.DrawLine(Point, Point, Color, Int32) Method

Draws a line connecting two Point structures.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void DrawLine(
    Point pt1,
    Point pt2,
    Color color,
    int thickness
)

Parameters

Name Type Description
pt1 Point

Point structure that represents the first point to connect.

pt2 Point

Point structure that represents the second point to connect.

color Color

A Color structure that indicates the color of the Pen used to draw the line.

thickness Int32

A value indicating the width of the Pen used to draw the line.

See Also