GraphicsPath::AddLine Method
.NET Framework (current version)
Appends a line segment to this GraphicsPath.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | AddLine(Int32, Int32, Int32, Int32) | Appends a line segment to the current figure. |
![]() | AddLine(Point, Point) | Appends a line segment to this GraphicsPath. |
![]() | AddLine(PointF, PointF) | Appends a line segment to this GraphicsPath. |
![]() | AddLine(Single, Single, Single, Single) | Appends a line segment to this GraphicsPath. |
Show:
