[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgStrokeLineCap

Enum SvgStrokeLineCap

Namespace
GrapeCity.Documents.Svg
Assembly
GcDocs.Imaging.dll

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

public enum SvgStrokeLineCap

Fields

Butt = 0

Indicates that the stroke for each subpath does not extend beyond its two endpoints.

Round = 1

Indicates that at each end of each subpath, the shape representing the stroke will be extended by a half circle with a diameter equal to the stroke width.

Square = 2

Indicates that at the end of each subpath, the shape representing the stroke will be extended by a rectangle with the same width as the stroke width and whose length is half of the stroke width.