home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / queries / pgetpubwindowrect.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-12  |  625 b   |  33 lines

  1. /*
  2.  *--- PGetPubWindowRect.h -------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PGetPubWindowRect__
  10. #define __PGetPubWindowRect__
  11.  
  12.  
  13. class PGetPubWindowRect
  14. {
  15.  
  16. public:
  17.  
  18.     PGetPubWindowRect();
  19.     
  20.     long    xLeftDC;
  21.     long    yTopDC;
  22.     long    xRightDC;
  23.     long    yBottomDC;
  24.     long    xLeft;
  25.     long    yTop;
  26.     long    xRight;
  27.     long    yBottom;
  28. };
  29.  
  30. #endif
  31.  
  32. // end of PGetPubWindowRect.h
  33.