BBjFormLine::setEndPoint
Description
In BBj 4.0 and higher, this method sets the end point of the line.
Syntax
Return Value |
Method |
---|---|
void |
setEndPoint(Point point) |
void |
setEndPoint(double x, double y) |
Parameters
Variable |
Description |
---|---|
point |
Specifies the end point of the line. |
x |
Specifies the x coordinate. |
y |
Specifies the y coordinate. |
Return Value
None.
Remarks
A line is drawn between two points. The setPosition method sets the first point while the setEndPoint method sets the other point.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.