BBjDrawPanel::drawPolygon
Description
In BBj 16.0 and higher, this method draws a polygon on the BBjDrawPanel using the current pen settings.
Syntax
|
Return Value |
Method |
|
void |
drawPolygon(java.util.Listlist) |
Parameters
|
Variable |
Description |
|
list |
A list of (x,y) values representing points. |
Return Value
None.
Remarks
Points are specified as a
list (e.g. BBjVector) of numbers (x1,y1,x2,y2,x3,y3,...).
Example
|
See Also
POLYGON Mnemonic - Draw Polygon
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.