home *** CD-ROM | disk | FTP | other *** search
/ Game Programming in C++ - Start to Finish / GameProgrammingS.iso / developer_install / ReplicaNetFreewareV5_4.exe / data1.cab / Program_Executable_Files / Example5 / picture.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-10-30  |  1.6 KB  |  50 lines

  1. /* START_LICENSE_HEADER
  2.  
  3. Copyright (C) 2000 Martin Piper, original design and program code
  4. Copyright (C) 2001-2005 Replica Software
  5.  
  6. This program file is copyright (C) Replica Software and can only be used under license.
  7. For more information visit: http://www.replicanet.com/
  8. Or email: info@replicanet.com
  9.  
  10. END_LICENSE_HEADER */
  11. #if !defined(AFX_PICTURE_H__3808467F_AD38_4668_BDF8_DA2AAF75C72C__INCLUDED_)
  12. #define AFX_PICTURE_H__3808467F_AD38_4668_BDF8_DA2AAF75C72C__INCLUDED_
  13.  
  14. #if _MSC_VER > 1000
  15. #pragma once
  16. #endif // _MSC_VER > 1000
  17. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  18.  
  19. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  20. //  Microsoft Visual C++, your modifications will be overwritten.
  21.  
  22. /////////////////////////////////////////////////////////////////////////////
  23. // CPicture wrapper class
  24.  
  25. class CPicture : public COleDispatchDriver
  26. {
  27. public:
  28.     CPicture() {}        // Calls COleDispatchDriver default constructor
  29.     CPicture(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  30.     CPicture(const CPicture& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  31.  
  32. // Attributes
  33. public:
  34.     long GetHandle();
  35.     long GetHPal();
  36.     void SetHPal(long);
  37.     short GetType();
  38.     long GetWidth();
  39.     long GetHeight();
  40.  
  41. // Operations
  42. public:
  43.     // method 'Render' not emitted because of invalid return type or parameter type
  44. };
  45.  
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48.  
  49. #endif // !defined(AFX_PICTURE_H__3808467F_AD38_4668_BDF8_DA2AAF75C72C__INCLUDED_)
  50.