Table of Contents

TTMSMCPScaledBitmaps.GetItemByScale Method

Returns the collection item whose scale factor matches the requested scale, or nil if not found.

API unit family: TMS.MCP.Types Declaring type: TTMSMCPScaledBitmaps

Syntax

function GetItemByScale(Scale: Single): TTMSMCPScaledBitmap;

Parameters

Name Description
Scale The display scale factor to look up.

Returns

The matching scaled bitmap item, or nil when not found.