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: 12.0.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