FMX.Graphics.TCanvas.IsScaleInteger

From RAD Studio API Documentation
Jump to: navigation, search

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:

See Also