Line cap style enumeration.

const lineCap = Enum.FPD_LineCap.FPD_LineCapButt;

Enumeration Members

FPD_LineCapButt: 0

Butt cap. The stroke is squared off at the endpoint of the path.

FPD_LineCapRound: 1

Round cap. A semicircular arc with a diameter equal to the line width is drawn around the endpoint and filled in.

FPD_LineCapSquare: 2

Projecting square cap. The stroke continues beyond the endpoint of the path for a distance equal to half the line width and is squared off.