home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / datalist / datalist.exe / %MAINDIR% / SAMPLES / Sample9 / PICTURE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1998-03-09  |  942 b   |  34 lines

  1. #ifndef __PICTURE_H__
  2. #define __PICTURE_H__
  3.  
  4. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  5.  
  6. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  7. //  Microsoft Visual C++, your modifications will be overwritten.
  8.  
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CPicture wrapper class
  11.  
  12. class CPicture : public COleDispatchDriver
  13. {
  14. public:
  15.     CPicture() {}        // Calls COleDispatchDriver default constructor
  16.     CPicture(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  17.     CPicture(const CPicture& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  18.  
  19. // Attributes
  20. public:
  21.     long GetHandle();
  22.     long GetHPal();
  23.     void SetHPal(long);
  24.     short GetType();
  25.     long GetWidth();
  26.     long GetHeight();
  27.  
  28. // Operations
  29. public:
  30.     // method 'Render' not emitted because of invalid return type or parameter type
  31. };
  32.  
  33. #endif // __PICTURE_H__
  34.