Vcl.Graphics.TGraphic.EnableScaledDrawer

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

Delphi

procedure EnableScaledDrawer(AGraphicScalerClass: TScaledGraphicDrawerClass; AInitialize: Boolean = True); virtual;

C++

virtual void __fastcall EnableScaledDrawer(TScaledGraphicDrawerClass AGraphicScalerClass, bool AInitialize = true);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TGraphic


説明

EnableScaledDrawer グラフィックスのためのスケール ドロワーを無効にします。これは、 グラフィックスの拡大縮小に使用されます。

AGraphicScalerClass は、スケール ドロワー クラスを使用します(例、TWICScaledGraphicDrawer)。

関連項目