LineJoinMode
This enum is used by UIStroke.LineJoinMode to determine how corners are interpreted.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
466 | Round | 0 | The corners are rounded (see image above). | |
466 | Bevel | 1 | The corners are beveled (see image above). | |
466 | Miter | 2 | The corners are mitered (see image above). |
Description
This enum is used by UIStroke.LineJoinMode to determine how corners are interpreted.
See also:
For a more detailed walkthrough of the UIStroke object, take a look at the Applying Strokes article.