BBjFormFrame::setMiter
Description
In BBj 4.00 and higher, this method sets the miter style of the frame.
Syntax
Return Value | Method |
---|---|
void | setMiter(int miter) |
Parameters
Parameter | Description |
---|---|
miter | Specify the miter style of the frame by selecting between JOIN_BEVEL, JOIN_MITER, or JOIN_ROUND. |
Return Value
None.
Remarks
By default, the miter style is JOIN_MITER.
Example
|
Version History
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.