FMX.MultiResBitmap.TCustomMultiResBitmap.ScaleArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ScaleArray(IncludeEmpty: Boolean): TArray<Single>;

C++

System::DynamicArray<float> __fastcall ScaleArray(bool IncludeEmpty);

Properties

Type Visibility Source Unit Parent
function public
FMX.MultiresBitmap.pas
FMX.MultiResBitmap.hpp
FMX.MultiResBitmap TCustomMultiResBitmap

Description

Returns an array containing scales of bitmap items in the current multi-resolution bitmap.

If IncludeEmpty is True then ScaleArray returns scales of all bitmap items in the multi-resolution bitmap collection. Otherwise, ScaleArray returns only scales of those items that have not empty bitmaps.

See Also