RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GraphUtil.DrawCheck Function

Draws a check on a TCanvas.

Pascal
procedure DrawCheck(ACanvas: TCanvas; Location: TPoint; Size: Integer; Shadow: Boolean = True);
C++
DrawCheck(TCanvas ACanvas, TPoint Location, int Size, Boolean Shadow = True);

DrawCheck draws a check on a TCanvas.  

ACanvas represents the TCanvas used for drawing.  

Location represents starting location from where the check is drawn.  

Size represents the size of the check.  

Shadows specifies whether or not to draw a shadow for the check. Has default value true. 

 

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