FMX.Graphics.TCanvas.IsScaleInteger
Delphi
function IsScaleInteger: Boolean;
C++
bool __fastcall IsScaleInteger();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | TCanvas |
Description
Indicates whether the scale is an integer value (True) or has a fractional part (False).
For example:
- If
Scaleis1.0, IsScaleInteger isTrue. - If
Scaleis1.5, IsScaleInteger isFalse.