Creates new instance of the Map class.
Namespace:
Aspose.Gis.Rendering
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax public Map(
Measurement width,
Measurement height
)
Public Sub New (
width As Measurement,
height As Measurement
)
public:
Map(
Measurement width,
Measurement height
)
new :
width : Measurement *
height : Measurement -> Map
Parameters
- width
- Type: Aspose.Gis.RenderingMeasurement
Width of the map. - height
- Type: Aspose.Gis.RenderingMeasurement
Height of the map.
Exceptions See Also