Vcl.ActnCtrls.TCustomButtonControl.DrawLargeGlyph

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure DrawLargeGlyph(Location: TPoint); override;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomButtonControl


説明

コントロールに大きい画像を描画します。

DrawLargeGlyph は、コントロール上の指定された場所に、大きい画像を描画するために使用されます。

関連項目