Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
COleClientItem::GetBounds
COleClientItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
 
  BOOL GetBounds( LPRECT lpBounds );
 
  Parameter   Description
 
  <lpBounds>  A pointer to a CRect object or RECT structure that is the
              destination for the bounds information.
 
  Remarks
 
  Retrieves the extents of the server's bounding rectangle on the target
  device for the specified object. The coordinates are in MM_HIMETRIC
  units.
 
  Return Value
 
  TRUE if successful; otherwise FALSE.
 
  See Also
 
  COleClientItem::SetBounds
 
 
                                     -♦-