<td>Returns the x and y coodinates of the center of the screen (in canvas space).
<td>Returns the x and y coodinates of the center of the screen (in canvas space).
</td>
</td>
</tr>
</tr>
<tr>
<td>getBoundingBox()</td>
<td>Object</td>
<td>Returns a bounding box for the node including label in the format: {top:Number,left:Number,right:Number,bottom:Number}. These values are in canvas space.