TdxCustomMapControl.AddImageTileLayer Method
Creates a new image tile layer and adds it to the map layer collection.
Declaration
function AddImageTileLayer: TdxMapImageTileLayer;
Returns
Type | Description |
---|---|
TdxMapImageTileLayer | The created image tile layer. |
Remarks
Call the AddItemTileLayer
function to create an image tile layer. You can access all map layers through the Layers.Items property.
See Also