FMX.Graphics.TCanvas.Scale
Delphi
property Scale: Single read FScale;
C++
__property float Scale = {read=FScale};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TCanvas |
Description
Keeping the scale of the canvas.
The default value is 1.0
.