VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingLineCapType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    DrawingLineCapType Enumeration
    In This Topic
    Specifies available styles of the caps at the ends of the lines.
    Syntax
    'Declaration
    
    Public Enum DrawingLineCapType
       Inherits System.Enum
    
    
    public enum DrawingLineCapType : System.Enum
    
    
    __value public enum DrawingLineCapType : public System.Enum
    
    
    public enum class DrawingLineCapType : public System.Enum
    
    
    Members
    MemberDescription
    ArrowArrow.
    ClosedArrowArrow with drawn bottom line.
    FilledArrowFilled arrow.
    ReversedArrowReversed arrow.
    ReversedClosedArrowReversed arrow with drawn bottom line.
    ReversedFilledArrowFilled reversed arrow.
    StealthArrowSmallSmall stealth arrow.
    StealthArrowMediumMedium stealth arrow.
    StealthArrowLargeLarge stealth arrow.
    EllipseEllipse.
    FilledEllipseFilled ellipse.
    RectangleRectangle.
    FilledRectangleFilled rectangle.
    DiamondDiamond (rhomb).
    FilledDiamondFilled diamond (rhomb).
    ButtSegment, perpendicular to the line.
    SlashSegment from the left-top to the right-down corner of the cap.
    Inheritance Hierarchy

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

    Requirements

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

    See Also