FMX.MultiResBitmap.TFixedMultiResBitmap.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TPersistent; ItemClass: TFixedBitmapItemClass); overload;
constructor Create(AOwner: TPersistent); overload;

C++

__fastcall TFixedMultiResBitmap(System::Classes::TPersistent* AOwner, TFixedBitmapItemClass ItemClass)/* overload */;
__fastcall TFixedMultiResBitmap(System::Classes::TPersistent* AOwner)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
FMX.MultiresBitmap.pas
FMX.MultiResBitmap.hpp
FMX.MultiResBitmap TFixedMultiResBitmap

Description

Creates and initializes an instance of a TFixedMultiResBitmap multi-resolution bitmap.

Creating a new TFixedMultiResBitmap multi-resolution bitmap, Create retrieves the ScaleList of mandatory named scales registered by RegisterScaleName. Create creates TFixedBitmapItem bitmap items corresponding to all scales registered in the ScaleList of mandatory named scales. Create sets to True the Fixed property for these bitmap items.

See Also