BBjFormLine::setMiter
Description
In BBj 4.0 and higher, this method sets the miter style of the line using the constants JOIN_BEVEL,JOIN_MITER,JOIN_ROUND.
Syntax
Return Value |
Method |
---|---|
void |
setMiter(int miter) |
Parameters
Variable |
Description |
---|---|
miter |
Specifies the miter style of the line from JOIN_BEVEL, JOIN_MITER,JOIN_ROUND. |
Return Value
None.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.