Search
AwtGraphics.drawLine Method (Pen, Int32, Int32, Int32, Int32)
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,
    int x1,
    int y1,
    int x2,
    int y2
)

 Parameters

pen

x1

y1

x2

y2

 See Also