Enum JointStyle
The style to apply to the joints when generating an outline.
Namespace: SixLabors.ImageSharp.Drawing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public enum JointStyle
Fields
| Name | Description |
|---|---|
| Miter | Joints will generate to a long point unless the end of the point will exceed 20 times the width then we generate the joint using Square. |
| Round | Rounded joints. Joints generate with a rounded profile. |
| Square | Joints are squared off 1 width distance from the corner. |