Vcl.Graphics.TGraphic.ScaledDrawer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ScaledDrawer: TScaledGraphicDrawer read FScaledDrawer;

C++

__property TScaledGraphicDrawer* ScaledDrawer = {read=FScaledDrawer};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TGraphic

Description

Returns the reference to the scaled drawer.

When the scaled drawer is enabled for graphic, then the ScaledDrawer property returns the reference to it.

See also