Search
IGraphics.DrawLine Method
See Also
 





Draws a line connecting the two points specified by coordinate pairs.

 Overload List

Name Description

IGraphics.DrawLine (Pen, Int32, Int32, Int32, Int32)

Draws a line connecting the two points specified by coordinate pairs.

IGraphics.DrawLine (Pen, Point, Point)

Draws a line connecting two Point structures.

IGraphics.DrawLine (Pen, PointF, PointF)

Draws a line connecting two PointF structures.

IGraphics.DrawLine (Pen, Single, Single, Single, Single)

Draws a line connecting the two points specified by coordinate pairs.

 See Also