[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgStrokeLineCap

SvgStrokeLineCap Enum

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

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
public enum SvgStrokeLineCap
Public Enum SvgStrokeLineCap

Fields

Name Description
Butt

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

Round

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

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.