Search
IGraphics.DrawLine Method
See Also
 





Draws a line segment connecting two points.

 Overload List

Name Description

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

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

IGraphics.DrawLine (Pen, Point, Point)

Draws a line segment connecting two points.

 See Also