Map.Map

Map constructor

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