BBjFormFrame::getMiter
Description
In BBj 4.00 and higher, this method gets the miter style of the frame from JOIN_BEVEL, JOIN_MITER, and JOIN_ROUND.
Syntax
Return Value | Method |
---|---|
int | getMiter() |
Parameters
None.
Return Value
Returns one of the following constants: JOIN_BEVEL, JOIN_MITER, or JOIN_ROUND.
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.