Enum EndCapStyle
The style to apply to the end cap when generating an outline.
Namespace: SixLabors.ImageSharp.Drawing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public enum EndCapStyle
Fields
Name | Description |
---|---|
Butt | The outline stops exactly at the end of the path. |
Round | The outline extends with a rounded style passed the end of the path. |
Square | The outlines ends squared off passed the end of the path. |