DXGraphicsPath.AddLine(PointF, PointF) Method
In This Article
Appends a line segment to the figure.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start |
Point |
The line’s starting point. |
end |
Point |
The line’s endpoint. |
See Also