Vcl.ThemedActnCtrls.TThemedButtonControl.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.ThemedActnCtrls.pas
Vcl.ThemedActnCtrls.hpp
Vcl.ThemedActnCtrls TThemedButtonControl

Description

Draws a large image on the control.

Vcl.ThemedActnCtrls.TThemedButtonControl.DrawLargeGlyph inherits from Vcl.ActnCtrls.TCustomButtonControl.DrawLargeGlyph. All content below this line refers to Vcl.ActnCtrls.TCustomButtonControl.DrawLargeGlyph.

Draws a large image on the control.

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

See Also