Vcl.GraphUtil.DrawCheck

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawCheck(ACanvas: TCanvas; Location: TPoint; Size: Integer; Shadow: Boolean = True);

C++

extern DELPHI_PACKAGE void __fastcall DrawCheck(Vcl::Graphics::TCanvas* ACanvas, const System::Types::TPoint &Location, int Size, bool Shadow = true);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.GraphUtil.pas
Vcl.GraphUtil.hpp
Vcl.GraphUtil Vcl.GraphUtil

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.

See Also