public enum ENSvgLineJoin : System.Enum
public enum ENSvgLineJoin : System.Enum
Member | 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. The bevel shape is a triangle that fills the area between the two stroked segments. |
miter | Indicates that a sharp corner is to be used to join path segments. |
miter_clip | 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. The corner is a circular sector centered on the join point. |
System.Object
System.ValueType
System.Enum
Nevron.Nov.Formats.Svg.ENSvgLineJoin
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)