JPlanner Programmer's Guide
Graphics.drawLine Method
See Also
 






Draws a line.

 Overload List

Name Description

Graphics.drawLine (Pen, Double, Double, Double, Double)

Draws a line connecting the points defined by the specified coordinates.

Graphics.drawLine (Pen, Int32, Int32, Int32, Int32)

Draws a line connecting the points defined by the specified coordinates.

Graphics.drawLine (Pen, Point, Point)

Draws a line connecting the specified points.

Graphics.drawLine (Pen, PointD, PointD)

Draws a line connecting the specified points.

 See Also

Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace