MapExtractImageFormatInfoLatLngBounds Property |
The Lat/Lng bounds of the map extract.
Namespace: Easymap.AddIn.ExportAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic RectangleF LatLngBounds { get; set; }Public Property LatLngBounds As RectangleF
Get
Set
Property Value
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