GraphUtil.DrawCheck
From RAD Studio VCL Reference
Contents |
Delphi Information
From GraphUtil.pas
procedure DrawCheck(ACanvas: TCanvas; Location: TPoint; Size: Integer; Shadow: Boolean = True);
Unit: GraphUtil
Type: procedure
Visibility: public
C++ Information
From GraphUtil.hpp
void __fastcall DrawCheck(Graphics::TCanvas * ACanvas, const Types::TPoint & Location, int Size, bool Shadow);
Unit: GraphUtil
Type: function
Description
Draws a check on a TCanvas.
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.