RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GraphUtil.DrawArrow Function

Draws an arrow on a TCanvas.

Pascal
procedure DrawArrow(ACanvas: TCanvas; Direction: TScrollDirection; Location: TPoint; Size: Integer);
C++
DrawArrow(TCanvas ACanvas, TScrollDirection Direction, TPoint Location, int Size);

DrawArrow draws an arrow on the selected TCanvas.  

ACanvas represents the TCanvas used for drawing.  

Direction represents the direction to which the arrow is pointing.  

Location represents the starting location from where the arrow is drawn.  

Size represents the size of the arrow. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!