VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / LineJoinStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    LineJoinStyle Enumeration
    In This Topic
    Specifies available styles of joining consecutive line or curve segments in a figure (subpath) contained in a graphics path object.
    Syntax
    'Declaration
    
    Public Enum LineJoinStyle
       Inherits System.Enum
    
    
    public enum LineJoinStyle : System.Enum
    
    
    __value public enum LineJoinStyle : public System.Enum
    
    
    public enum class LineJoinStyle : public System.Enum
    
    
    Members
    MemberDescription
    MiterSpecifies a mitered join. This produces a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit.
    BevelSpecifies a beveled join. This produces a diagonal corner.
    RoundSpecifies a circular join. This produces a smooth, circular arc between the lines.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Drawing.LineJoinStyle

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also