AggPas - Anti-Grain Geomertry for Object Pascal

TAggLineCap

Description

Defines the type of line (stroke) ending.

Constant Values

AGG_CapButt

Start and stop the line exactly at the start (end) point.

butt cap

AGG_CapRound

Round circle ending with radius of half width of line width and overlapping at the start (end) point by that radius value.

round cap

AGG_CapSquare

Squared ending with width of half width of line width and overlapping at the start (end) point by that half width value.

square cap