Microsoft Foundation OLE Classes (mfcole.hlp) (Topic list)
COleServerItem::m_rectBounds
COleServerItem                              Up Contents Index Back
──Microsoft Foundation OLE Classes──────────────────────────────────────────
  protected:
      CRect m_rectBounds;
 
  Remarks
 
  This variable holds the last item size set by the client (or a null
  rectangle if unknown or not yet set). Note that this rectangle is in
  MM_HIMETRIC units. Use CRect::IsRectNull (not CRect::IsRectEmpty) to
  test whether the bounds are unknown.
 
  See Also
 
  CRect::IsRectNull, COleServerItem::OnSetBounds,
  COleServerItem::OnDraw
 
 
                                     -♦-