TTMSMCPScaledBitmaps.Add Method
Adds a new scaled bitmap item at the given scale factor and returns it.
API unit family: TMS.MCP.Types
Declaring type: TTMSMCPScaledBitmaps
Syntax
function Add(Scale: Single = 1.0): TTMSMCPScaledBitmap; overload;
Parameters
| Name | Description |
|---|---|
Scale |
Display scale for the new item. Defaults to 1.0. |
Returns
The newly added scaled bitmap item.