GetBoundingRectangle Method
Returns the bounding rectangle coordinates in the rectangle-bound script.
Object.GetBoundingRectangle()
Return value
  .NULL. - the bounding rectangle is not available Â
 Object – an object with the following properties:
  nLeft, nTop – the coordinates of the upper left hand corner of the rectangle
  nWidth, nHeight – the width and height of the rectangle
  The unit of the coordinates can be set by SetUnit() method. The default unit is Point (1/72 in).Â