#if !defined(AFX_PREGION_H__45FA5223_9816_4E05_8712_552E3ADB941B__INCLUDED_) #define AFX_PREGION_H__45FA5223_9816_4E05_8712_552E3ADB941B__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. ///////////////////////////////////////////////////////////////////////////// // CLTRegion wrapper class class CLTRegion : public COleDispatchDriver { public: CLTRegion() {} // Calls COleDispatchDriver default constructor CLTRegion(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLTRegion(const CLTRegion& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: unsigned long GetUpperTolerance(); void SetUpperTolerance(unsigned long newValue); unsigned long GetLowerTolerance(); void SetLowerTolerance(unsigned long newValue); long GetRoundRectEllipseWidth(); void SetRoundRectEllipseWidth(long nNewValue); long GetRoundRectEllipseHeight(); void SetRoundRectEllipseHeight(long nNewValue); long GetHRgn(); short Rect(long nLeft, long nTop, long nWidth, long nHeight); short RoundRect(long nLeft, long nTop, long nWidth, long nHeight); short Ellipse(long nLeft, long nTop, long nWidth, long nHeight); short Polygon(short nFillMode); short Surface(long nX, long nY); short Border(long nX, long nY, unsigned long clrBorder); short Color(unsigned long clrColor); short TranslateRgn(long nX, long nY); short ScaleRgn(long nHorz, long nVert, long Alignment); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PREGION_H__45FA5223_9816_4E05_8712_552E3ADB941B__INCLUDED_)