Search
AwtGraphics.drawLine Method (Pen, Point, Point)
See Also
 






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

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void drawLine (
    Pen pen,
    Point a,
    Point b
)

 Parameters

pen

a

b

 See Also