JPlanner Programmer's Guide
Graphics.drawLine Method (Pen, PointD, PointD)
See Also
 






Draws a line connecting the specified points.

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

 Syntax

Java  Copy Code

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

 Parameters

pen

A Pen object that determines the color, width, and style of the line.

a

The first point to connect.

b

The second point to connect.

 See Also

drawLine Method Overload List
Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace