TAggLineCap
Description
Defines the type of line (stroke) ending.
Constant Values
AGG_CapButt
Start and stop the line exactly at the start (end) point.

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

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



