Enum JointStyle
The style we use to generate the joints when outlining.
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. |