picture.h
上传用户:gulin912
上传日期:2022-08-10
资源大小:330k
文件大小:1k
源码类别:

GIS编程

开发平台:

Visual C++

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