#ifndef __CONTOURSTYLE_H__ #define __CONTOURSTYLE_H__ // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++ // NOTE: Do not modify the contents of this file. If this class is regenerated by // Microsoft Visual C++, your modifications will be overwritten. // Dispatch interfaces referenced by this interface class CLineStyle; class CFillStyle; ///////////////////////////////////////////////////////////////////////////// // CContourStyle wrapper class class CContourStyle : public COleDispatchDriver { public: CContourStyle() {} // Calls COleDispatchDriver default constructor CContourStyle(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CContourStyle(const CContourStyle& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: LPDISPATCH GetParent(); CLineStyle GetLineStyle(); CFillStyle GetFillStyle(); // Operations public: }; #endif // __CONTOURSTYLE_H__