Click or drag to resize
AB4D logo

LineCap Enumeration

LineCap enum defines the shape of the line at its start or its end.

Namespace: Ab3d.DirectX.Materials
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public enum LineCap
Members
Member nameValueDescription
Flat0 Flat line (Default).
ArrowAnchor1 Arrow shape.
WideArrowAnchor2 Wider arrow shape.
WiderArrowAnchor3 Wider arrow shape.
StealthArrowAnchor4 Arrow shape with back facing arrow edges.
ReverseArrowAnchor5 Arrow that points into the center of the line.
BoxAnchor6 Box shape
DiamondAnchor7 Diamond shape
CircleAnchor8 Circle shape
See Also