Declaration ​
pascal
TArrowHeadCircle = class(TArrowHeadAbstract)
protected
function GetPointsInternal: TArrayOfFloatPoint; override;
end;Description ​
TArrowHeadCircle is a concrete subclass of TArrowHeadAbstract that generates a circular polygon centered between the tip and base points at polyline endpoints.