FMX.Types.TTransform.Scale

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Scale: TPosition read FScale write SetScale;

C++

__property TPosition* Scale = {read=FScale, write=SetScale};

Properties

Type Visibility Source Unit Parent
property published
FMX.Types.pas
FMX.Types.hpp
FMX.Types TTransform

Description

Specifies the scaling index.

Scale specifies the scale for the scaling transformation.

See Also