FMX.ImgList.TGlyph.GetDefaultSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDefaultSize: TSizeF; override;

C++

virtual System::Types::TSizeF __fastcall GetDefaultSize();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ImgList.pas
FMX.ImgList.hpp
FMX.ImgList TGlyph

Description

Returns the default Width and Height of images to display.

By default, the returned Width and Height are equal to the DefaultDesktopSize constant (16 pixels in XE8 version).

See Also