Search
AwtGraphics.drawLine Method
See Also
 






Draws a line with a specified pen.

 Overload List

Name Description

AwtGraphics.drawLine (Pen, Double, Double, Double, Double)

Draws the line defined by the specified coordinates using the specified pen.

AwtGraphics.drawLine (Pen, Int32, Int32, Int32, Int32)

Draws the line defined by the specified coordinates using the specified pen.

AwtGraphics.drawLine (Pen, Point, Point)

Draws the line defined by the specified points using the specified pen.

AwtGraphics.drawLine (Pen, Point2D, Point2D)

Draws the line defined by the specified points using the specified pen.

 See Also