GraphicsPath.AddLine Method
.NET Framework 3.5
Appends a line segment to this GraphicsPath.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
AddLine(Point, Point) | Appends a line segment to this GraphicsPath. |
|
AddLine(PointF, PointF) | Appends a line segment to this GraphicsPath. |
|
AddLine(Int32, Int32, Int32, Int32) | Appends a line segment to the current figure. |
|
AddLine(Single, Single, Single, Single) | Appends a line segment to this GraphicsPath. |