FMX.MultiResBitmap.TCustomBitmapItem.Height

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Height: Word read FHeight stored False;

C++

__property System::Word Height = {read=FHeight, stored=false, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiresBitmap.pas
FMX.MultiResBitmap.hpp
FMX.MultiResBitmap TCustomBitmapItem

Description

Specifies the height of the Bitmap image, in pixels.

The Height property provides the same result as the Bitmap.Height property of the bitmap stored in the Bitmap property. But it is preferable to use the Height property to avoid referring to Bitmap, because any access to Bitmap is memory consuming. See also Dormant.

See Also