Enum StrokeLineCap

Enum StrokeLineCap

Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)

Specifies the shape to be used at the end of open subpaths when they are stroked.

[ComVisible(true)]
public enum StrokeLineCap

Fields

Butt = 0

The stroke ends with a flat edge perpendicular to the direction of the line.

Round = 1

The stroke ends with a half-circle, which has a radius equal to the stroke width and is centered on the end of the line.

Square = 2

The stroke ends with a square edge that extends half the stroke width beyond the end of the line.

 English