Click or drag to resize

MapExtractImageFormatInfoLatLngBounds Property

The Lat/Lng bounds of the map extract.

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

Property Value

Type: RectangleF
Remarks

Specify the bounds of the map extract using WGS84 Lat(Top)/Lng(Left) coordinates.

Use the CreateRectangleF Function to create a RectangleF instance

See Also