Table of Contents

TTMSMCPScaledBitmaps.GetBitmapByScale Method

Returns the bitmap whose scale factor best matches the requested scale, or the first bitmap if no exact match exists.

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

Syntax

function GetBitmapByScale(Scale: Single): TTMSMCPBitmap;

Parameters

Name Description
Scale The display scale factor to look up.

Returns

The best-matching bitmap, or the first bitmap when no exact match exists.