Vcl.StdActnMenus.TStandardMenuItem.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.StdActnMenus.pas
Vcl.StdActnMenus.hpp
Vcl.StdActnMenus TStandardMenuItem

Description

Draws a large symbol on the control.

Vcl.StdActnMenus.TStandardMenuItem.DrawLargeGlyph inherits from Vcl.ActnMan.TCustomActionControl.DrawLargeGlyph. All content below this line refers to Vcl.ActnMan.TCustomActionControl.DrawLargeGlyph.

Draws a large symbol on the control.

Use DrawLargeGlyph to draw the glyph that is associated with the action control, stretched to fit a larger rectangle.

Location represents the upper-left point on the canvas where the glyph is drawn.

See Also