Overload List
Name | Description | |
---|---|---|
DrawLine(XPen, XPoint, XPoint) |
Draws a line connecting two XPoint structures.
| |
DrawLine(XPen, Point, Point) |
Draws a line connecting two Point structures.
| |
DrawLine(XPen, PointF, PointF) |
Draws a line connecting two GdiPointF structures.
| |
DrawLine(XPen, Double, Double, Double, Double) |
Draws a line connecting the two points specified by coordinate pairs.
|
See Also