TTMSMCPScaledBitmaps.AddBitmapName Method
Adds an item with a named bitmap container reference at the given scale and returns it.
API unit family: TMS.MCP.Types
Declaring type: TTMSMCPScaledBitmaps
Syntax
function AddBitmapName(BitmapName: string; Scale: Single = 1.0): TTMSMCPScaledBitmap;
Parameters
| Name | Description |
|---|---|
BitmapName |
Name of the bitmap in the bitmap container. |
Scale |
Display scale factor. Defaults to 1.0. |
Returns
The newly added scaled bitmap item.