FMX.MultiResBitmap.TCustomBitmapItem.Width

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Width: Word read FWidth stored False;

C++

__property System::Word Width = {read=FWidth, stored=false, nodefault};

Properties

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

Description

Specifies the width of the Bitmap image, in pixels.

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

See Also