StrokeLineJoin Enum
StrokeLineJoin enumeration
Specifies the shape to be used at the corners of paths or basic shapes when they are stroked.
public enum StrokeLineJoin
Values
Name | Value | Description |
---|---|---|
Miter | 0 | A sharp corner is used to join path segments. |
MiterClip | 1 | Similar to ‘miter’, but if the join would extend beyond a limit, it is clipped. |
Round | 2 | A rounded corner is used to join path segments. |
Bevel | 3 | A beveled corner is used to join path segments. |
Arcs | 4 | The corner is joined by arcs. |
See Also
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG