TTeeCanvas.Arrow
TTeeCanvas
procedure Arrow(Filled: Boolean; Const ArrowPercent: Double; Const FromPoint, ToPoint: TPoint; ArrowWidth, ArrowHeight: Integer); overload;
Unit
TeCanvas
Description
Draws a simple arrow using the canvas current Pen properties.
When Filled parameter is True, the arrow interior is painted using current Brush properties.
ArrowPercent (from 0 to 100) defines the percent of ArrowWidth used as left and right sizes of the arrow head.
ArrowHeight defines the vertical size of the arrow head.
FromPoint and ToPoint are the locations of the start and end of the arrow segment.