Click or drag to resize

MapExtractImageFormatInfoImageWidth Property

The width of the Image

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

Property Value

Type: Int32
Remarks

If ImageWidth is 0 the ImageWidth will be calculated from the ImageHeight 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