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






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

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

 Syntax

Java  Copy Code

public void drawLine (
    Pen pen,
    double x1,
    double y1,
    double x2,
    double y2
)

 Parameters

pen

x1

y1

x2

y2

 See Also