picture.h
上传用户:s6549606
上传日期:2015-11-11
资源大小:12002k
文件大小:1k
源码类别:

图形图像处理

开发平台:

Visual C++

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