Specifies how to join consecutive line or curve segments in a figure.
Namespace: MindFusion.Drawing
File: Enum.js
JavaScript Copy Code |
---|
// enum |
Member name | Description | |
---|---|---|
Bevel |
Produces a diagonal corner. |
|
Miter |
Produces a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit. |
|
Round |
Produces a smooth, circular arc between the lines. |