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; }
Public Property LatLngBounds As RectangleF
Get
Set
Property Value
Type:
RectangleFRemarks 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