Vcl.ActnMan.TCustomActionControl.DrawLargeGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawLargeGlyph(Location: TPoint); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionControl

Description

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