VintaSoft Imaging .NET SDK 15.1: 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

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.
AttachedDiamondAttached diamond (rhomb).
AttachedRectangleAttached rectangle.
AttachedEllipseAttached ellipse.
AttachedClosedArrowAttached arrow with drawn bottom line.
AttachedFilledDiamondAttached filled diamond (rhomb).
AttachedFilledRectangleAttached filled rectangle.
AttachedFilledEllipseAttached filled ellipse.
AttachedFilledArrowAttached filled arrow.
Inheritance Hierarchy

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

Requirements

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

See Also