vcaxisgrid.cpp 898 B

1234567891011121314151617181920212223242526272829303132
  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. #include "stdafx.h"
  5. #include "vcaxisgrid.h"
  6. // Dispatch interfaces referenced by this interface
  7. #include "VcPen.h"
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CVcAxisGrid properties
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CVcAxisGrid operations
  12. CVcPen CVcAxisGrid::GetMinorPen()
  13. {
  14. LPDISPATCH pDispatch;
  15. InvokeHelper(0x1, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
  16. return CVcPen(pDispatch);
  17. }
  18. CVcPen CVcAxisGrid::GetMajorPen()
  19. {
  20. LPDISPATCH pDispatch;
  21. InvokeHelper(0x2, DISPATCH_PROPERTYGET, VT_DISPATCH, (void*)&pDispatch, NULL);
  22. return CVcPen(pDispatch);
  23. }