#if !defined(AFX_PPAINTCON_H__2E098EE1_FDA8_4A37_96B4_FD43DB025F37__INCLUDED_) #define AFX_PPAINTCON_H__2E098EE1_FDA8_4A37_96B4_FD43DB025F37__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // 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. ///////////////////////////////////////////////////////////////////////////// // CLTPaintContainer wrapper class class CLTPaintContainer : public COleDispatchDriver { public: CLTPaintContainer() {} // Calls COleDispatchDriver default constructor CLTPaintContainer(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLTPaintContainer(const CLTPaintContainer& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: long GetLimitLeft(); void SetLimitLeft(long nNewValue); long GetLimitTop(); void SetLimitTop(long nNewValue); long GetLimitWidth(); void SetLimitWidth(long nNewValue); long GetLimitHeight(); void SetLimitHeight(long nNewValue); double GetScalarNumX(); void SetScalarNumX(double newValue); double GetScalarNumY(); void SetScalarNumY(double newValue); double GetScalarDenX(); void SetScalarDenX(double newValue); double GetScalarDenY(); void SetScalarDenY(double newValue); BOOL GetEnabled(); void SetEnabled(BOOL bNewValue); short SetActive(); short Update(long nLeft, long nTop, long nWidth, long nHeight); short Reset(); short UpdateBitmap(long Bitmap); long GetOffsetX(); void SetOffsetX(long nNewValue); long GetOffsetY(); void SetOffsetY(long nNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PPAINTCON_H__2E098EE1_FDA8_4A37_96B4_FD43DB025F37__INCLUDED_)