This class defines a map size.
A MapSize is the size in pixels of a map.
The size object has two parameters, width and height.
The Width property is a difference in the x-coordinate and the Height property is a difference in the y-coordinate.
Summary
| This class defines a map size. |
| |
| The MapSize constructor; Creates a new MapSize instance. |
| |
| A string that contains The width value. |
| A string that contains The height value. |