RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GraphUtil.DrawChevron Function

Draws a chevron on a TCanvas.

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

DrawChevron draws a chevron on a TCanvas.  

ACanvas represents the TCanvas used for drawing.  

Direction represents the direction to which the chevron is pointing.  

Location represents starting location from where the chevron is drawn.  

Size represents the size of the chevron. 

 

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