Vcl.Graphics.TGraphic.EnableScaledDrawer
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)。