Vcl.Graphics.TGraphic.EnableScaledDrawer
Delphi
procedure EnableScaledDrawer(AGraphicScalerClass: TScaledGraphicDrawerClass; AInitialize: Boolean = True); virtual;
C++
virtual void __fastcall EnableScaledDrawer(TScaledGraphicDrawerClass AGraphicScalerClass, bool AInitialize = true);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TGraphic |
Description
EnableScaledDrawer Enables scaled drawer for a graphic, which is used to scale the graphic.
AGraphicScalerClass specifies the scaled drawer class, for example TWICScaledGraphicDrawer.