VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / GraphicsStateLineJoinStyle Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    GraphicsStateLineJoinStyle Enumeration
    In This Topic
    Specifies available line join styles - shapes used at the corners of paths when paths are stroked.
    Syntax
    'Declaration
    
    Public Enum GraphicsStateLineJoinStyle
       Inherits System.Enum
    
    
    public enum GraphicsStateLineJoinStyle : System.Enum
    
    
    __value public enum GraphicsStateLineJoinStyle : public System.Enum
    
    
    public enum class GraphicsStateLineJoinStyle : public System.Enum
    
    
    Members
    MemberDescription
    UndefinedUndefined.
    MiterJoinThe outer edges of the strokes for the two segments are extended until they meet at an angle, as in a picture frame. If the segments meet at too sharp an angle, a bevel join is used instead.
    RoundJoinAn arc of a circle with a diameter equal to the line width is drawn around the point where the two segments meet, connecting the outer edges of the strokes for the two segments. This pieslice-shaped figure is filled in, producing a rounded corner.
    BevelJoinThe two segments are finished with butt caps and the resulting notch beyond the ends of the segments is filled with a triangle.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Pdf.Tree.GraphicsStateLineJoinStyle

    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