Map.Map
Map(Measurement, Measurement)
Creates new instance of the Map class.
public Map(Measurement width, Measurement height)
| Parameter | Type | Description |
|---|---|---|
| width | Measurement | Width of the map. |
| height | Measurement | Height of the map. |
Exceptions
| exception | condition |
|---|---|
| ArgumentException | Unit of width or height is MapUnits. |
| ArgumentOutOfRangeException | Width or height is negative or zero. |
See Also
- struct Measurement
- class Map
- namespace Aspose.Gis.Rendering
- assembly Aspose.GIS
Map()
Creates new instance of the Map class.
public Map()
See Also
- class Map
- namespace Aspose.Gis.Rendering
- assembly Aspose.GIS