Search
IGraphics.DrawLine Method
See Also
 






Draws a line.

 Overload List

Name Description

IGraphics.DrawLine (Pen, Double, Double, Double, Double)

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

IGraphics.DrawLine (Pen, Point, Point)

Draws a line connecting two Point structures.

 See Also