IMapTerritoryInfo.GetBitmap

Syntax

GetBitmap(Width: Integer; Height: Integer; Dpi: Double): IGxBitmap;

Parameters

Width. Width of the returned image in pixels.

Height. Height of the returned image in pixels.

Dpi. Resolution of the returned image.

Description

The GetBitmap method returns the territory info graphic presentation by the specified parameters.

Example

The property use is given in the example for the IMapTerritoryInfo.Draw property.

See also:

IMapTerritoryInfo