VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationPenLineJoin Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    AnnotationPenLineJoin Enumeration
    In This Topic
    Specifies available methods, which define how to join consecutive line or curve segments in an annotation.
    Syntax
    'Declaration
    
    Public Enum AnnotationPenLineJoin
       Inherits System.Enum
    
    
    public enum AnnotationPenLineJoin : System.Enum
    
    
    __value public enum AnnotationPenLineJoin : public System.Enum
    
    
    public enum class AnnotationPenLineJoin : 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.Annotation.AnnotationPenLineJoin

    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