FMX.MultiResBitmap.TSizeKind
Delphi
TSizeKind = (Custom, Default, Source);
C++
enum class DECLSPEC_DENUM TSizeKind : unsigned char { Custom, Default, Source };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | FMX.MultiresBitmap.pas FMX.MultiResBitmap.hpp |
FMX.MultiResBitmap | FMX.MultiResBitmap |
Description
Defines what size to use when loading the image.
Used by the SizeKind property.
The TSizeKind type defines the following values:
Value | Meaning |
---|---|
|
|
|
The DefaultSize size parameters are used. |
|
The width and height stored in the image source file are used. |