mosymbol.h
上传用户:qinfarui
上传日期:2022-08-10
资源大小:362k
文件大小:2k
源码类别:

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOSYMBOL_H__AED8853A_62CF_4029_BCF2_F92ECB7CDAAA__INCLUDED_)
  2. #define AFX_MOSYMBOL_H__AED8853A_62CF_4029_BCF2_F92ECB7CDAAA__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. // Dispatch interfaces referenced by this interface
  10. class COleFont;
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CMoSymbol wrapper class
  13. class CMoSymbol : public COleDispatchDriver
  14. {
  15. public:
  16. CMoSymbol() {} // Calls COleDispatchDriver default constructor
  17. CMoSymbol(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  18. CMoSymbol(const CMoSymbol& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  19. // Attributes
  20. public:
  21. short GetSize();
  22. void SetSize(short);
  23. short GetStyle();
  24. void SetStyle(short);
  25. unsigned long GetColor();
  26. void SetColor(unsigned long);
  27. short GetCharacterIndex();
  28. void SetCharacterIndex(short);
  29. COleFont GetFont();
  30. void SetFont(LPDISPATCH);
  31. unsigned long GetOutlineColor();
  32. void SetOutlineColor(unsigned long);
  33. long GetSymbolType();
  34. void SetSymbolType(long);
  35. BOOL GetOutline();
  36. void SetOutline(BOOL);
  37. BOOL GetCenterOnAscent();
  38. void SetCenterOnAscent(BOOL);
  39. LPUNKNOWN GetCustom();
  40. void SetCustom(LPUNKNOWN);
  41. double GetRotation();
  42. void SetRotation(double);
  43. // Operations
  44. public:
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_MOSYMBOL_H__AED8853A_62CF_4029_BCF2_F92ECB7CDAAA__INCLUDED_)