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. |
Joined | The outlines ends are joined and the path treated as a polyline |
Polygon | The outline is treated as a polygon. |
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. |