Nevron Open Vision Documentation
Nevron.Nov.Formats.Svg Namespace / ENSvgLineJoin Enumeration


In This Topic
    ENSvgLineJoin Enumeration
    In This Topic
    Enumerates the SVG line joins.
    Syntax
    'Declaration
     
    
    Public Enum ENSvgLineJoin 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENSvgLineJoin
    public enum ENSvgLineJoin : System.Enum 
    Members
    MemberDescription
    arcsIndicates that an arcs corner is to be used to join path segments.
    bevelIndicates 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.
    miterIndicates that a sharp corner is to be used to join path segments.
    miter_clipSame 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.
    roundIndicates that a round corner is to be used to join path segments. The corner is a circular sector centered on the join point.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Formats.Svg.ENSvgLineJoin

    Requirements

    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)

    See Also