Click or drag to resize

MapExtractImageFormatInfo Class

ImageFormatInfo for PNG map extracts.
Inheritance Hierarchy

Namespace:  Easymap.AddIn.Export
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class MapExtractImageFormatInfo : ImageFormatInfo

The MapExtractImageFormatInfo type exposes the following members.

Properties
  NameDescription
Public propertyAntiAlias
Gets or sets a value indicating whether the image is generated with / without AntiAlias.
Public propertyBoundsInMapCoordinates
Gets or sets a value indicating whether the LatLngBounds are specified in map coordinates.
Public propertyExportRoot (Overrides ImageFormatInfoExportRoot.)
Public propertyGeneratedImage
Gets the generated image.
Public propertyImageHeight
The height of the Image
Public propertyImageWidth
The width of the Image
Public propertyLatLngBounds
The Lat/Lng bounds of the map extract.
Public propertySaveImage
Gets or sets a value indicating whether the image will be saved to a file.
Top
See Also