Specifies the available cap styles used to start and end a line element.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public enum LineCapStyle
Visual Basic (Declaration)
Public Enumeration LineCapStyle
Visual C++
public enum class LineCapStyle

Members

Member nameDescription
Flat
Arrow
Diamond
Square
Circle
Pentagon
Hexagon
Octagon
Star3Points
Star3PointsHeavy
Star4Points
Star4PointsHeavy
Star5Points
Star5PointsHeavy
Star6Points
Star6PointsHeavy
Burst12Points
Burst16Points
Burst20Points
Burst24Points
Rounded
RoundedArrow
RoundedDiamond
RoundedSquare
RoundedPentagon
RoundedHexagon
RoundedOctagon
RoundedStar3Points
RoundedStar4Points
RoundedStar5Points
RoundedStar6Points

See Also