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

GIS编程

开发平台:

Visual C++

  1. #if !defined(AFX_MOELLIPSE_H__0C30775B_FB20_4B67_BBF0_0736A1E7D3BE__INCLUDED_)
  2. #define AFX_MOELLIPSE_H__0C30775B_FB20_4B67_BBF0_0736A1E7D3BE__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 CMoRectangle;
  11. class CMoPoint;
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CMoEllipse wrapper class
  14. class CMoEllipse : public COleDispatchDriver
  15. {
  16. public:
  17. CMoEllipse() {} // Calls COleDispatchDriver default constructor
  18. CMoEllipse(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  19. CMoEllipse(const CMoEllipse& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  20. // Attributes
  21. public:
  22. CMoRectangle GetExtent();
  23. void SetExtent(LPDISPATCH);
  24. double GetLeft();
  25. void SetLeft(double);
  26. double GetRight();
  27. void SetRight(double);
  28. double GetTop();
  29. void SetTop(double);
  30. double GetBottom();
  31. void SetBottom(double);
  32. CMoPoint GetCenter();
  33. void SetCenter(LPDISPATCH);
  34. double GetWidth();
  35. void SetWidth(double);
  36. double GetHeight();
  37. void SetHeight(double);
  38. long GetShapeType();
  39. void SetShapeType(long);
  40. // Operations
  41. public:
  42. BOOL IsPointIn(LPDISPATCH Point);
  43. void Offset(double deltaX, double deltaY);
  44. void Inset(double deltaX, double deltaY);
  45. LPDISPATCH Union(LPDISPATCH anotherShape, const VARIANT& Extent);
  46. LPDISPATCH Xor(LPDISPATCH anotherShape, const VARIANT& Extent);
  47. LPDISPATCH Difference(LPDISPATCH anotherShape, const VARIANT& Extent);
  48. LPDISPATCH Intersect(LPDISPATCH anotherShape, const VARIANT& Extent);
  49. LPDISPATCH Buffer(double distance, const VARIANT& Extent);
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_MOELLIPSE_H__0C30775B_FB20_4B67_BBF0_0736A1E7D3BE__INCLUDED_)