Specifies the available cap styles used to start and end a line element.
            
      Namespace: Neodynamic.SDK
    Assembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw)
Version: 1.0.2000.0
Syntax
| Visual Basic (Declaration) | 
|---|
Public Enumeration LineCapStyle  | 
| C# | 
|---|
public enum LineCapStyle  | 
| Visual C++ | 
|---|
public enum class LineCapStyle  | 
Members
| Member | Description | 
|---|---|
| Arrow | |
| Burst12Points | |
| Burst16Points | |
| Burst20Points | |
| Burst24Points | |
| Circle | |
| Diamond | |
| Flat | |
| Hexagon | |
| Octagon | |
| Pentagon | |
| Rounded | |
| RoundedArrow | |
| RoundedDiamond | |
| RoundedHexagon | |
| RoundedOctagon | |
| RoundedPentagon | |
| RoundedSquare | |
| RoundedStar3Points | |
| RoundedStar4Points | |
| RoundedStar5Points | |
| RoundedStar6Points | |
| Square | |
| Star3Points | |
| Star3PointsHeavy | |
| Star4Points | |
| Star4PointsHeavy | |
| Star5Points | |
| Star5PointsHeavy | |
| Star6Points | |
| Star6PointsHeavy |