WebPlanner Programmer's Guide

GraphicsEx.DrawLine Method

See Also
 


Draws a line connecting two points.

 Overload List

Name Description

GraphicsEx.DrawLine (Pen, Int32, Int32, Int32, Int32)

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

GraphicsEx.DrawLine (Pen, Point, Point)

Draws a line connecting two points.

 See Also