Vcl.ActnCtrls.TCustomButtonControl.DrawLargeGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawLargeGlyph(Location: TPoint); override;

C++

virtual void __fastcall DrawLargeGlyph(const System::Types::TPoint &Location);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomButtonControl

Description

Draws a large image on the control.

DrawLargeGlyph is used to draw a large image on the control at the specified location.

See Also