Click or drag to resize

MapExtractImageFormatInfoImageHeight Property

The height of the Image

Namespace:  Easymap.AddIn.Export
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public int ImageHeight { get; set; }

Property Value

Type: Int32
Remarks

If ImageHeight is 0 the ImageHeight will be calculated from the ImageWidth and the dimesions of the specified LatLngBounds.

If both ImageWidth and ImageHeight are specified the extract specified by LatLngBounds will be fitted into the image.

See Also