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
Syntaxpublic RectangleF LatLngBounds { get; set; }
Public Property LatLngBounds As RectangleF
Get
Set
Property Value
Type:
RectangleF
RemarksSpecify the bounds of the map extract using WGS84 Lat(Top)/Lng(Left) coordinates.
Use the CreateRectangleF Function to create a RectangleF instance
See Also