Vcl.Graphics.TGraphic.EnableScaledDrawer

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TGraphic


Description

EnableScaledDrawer Active le dessinateur à l'échelle pour un graphique devant être mis à l'échelle.

AGraphicScalerClass spécifie la classe du dessinateur à l'échelle, par exemple TWICScaledGraphicDrawer.

Voir aussi