Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 6 Current »

Returns the bounding rectangle coordinates in the rectangle-bound script.


XFRXDraw::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). 


  • No labels