[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgStrokeLineJoin

SvgStrokeLineJoin 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 SvgStrokeLineJoin
Public Enum SvgStrokeLineJoin

Fields

Name Description
Arcs

Indicates that an arcs corner is to be used to join path segments.

Bevel

Indicates that a bevelled corner is to be used to join path segments.

Miter

Indicates that a sharp corner is to be used to join path segments.

MiterClip

The same as Miter but if the stroke-miterlimit is exceeded, the miter is clipped at a distance equal to half the stroke-miterlimit value multiplied by the stroke width from the intersection of the path segments.

Round

Indicates that a round corner is to be used to join path segments.