GraffitiSuite Docs
Docs
Bounds
Loading document parsing libraries...
# Bounds Class ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Desktop | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Methods | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | Constructor | northEast as GraffitiMap.Point <br> southWest as GraffitiMap.Point | (None) | Creates a new instance of the class. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | NorthEast | GraffitiMap.Point | (None) | Location of the NorthEast corner of the Bounds rect. | | SouthWest | GraffitiMap.Point | (None) | Location of the SouthWest corner of the Bounds rect. |