#if !defined(AFX_PSHAPE_H__02065693_D693_49C3_9C47_F18710271EB5__INCLUDED_) #define AFX_PSHAPE_H__02065693_D693_49C3_9C47_F18710271EB5__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. ///////////////////////////////////////////////////////////////////////////// // CLTShape wrapper class class CLTShape : public COleDispatchDriver { public: CLTShape() {} // Calls COleDispatchDriver default constructor CLTShape(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLTShape(const CLTShape& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: long GetBackgroundStyle(); void SetBackgroundStyle(long nNewValue); unsigned long GetBackgroundColor(); void SetBackgroundColor(unsigned long newValue); long GetBackgroundTileBitmap(); void SetBackgroundTileBitmap(long nNewValue); long GetBorderStyle(); void SetBorderStyle(long nNewValue); long GetBorderWidth(); void SetBorderWidth(long nNewValue); long GetBorderBrushStyle(); void SetBorderBrushStyle(long nNewValue); unsigned long GetBorderColor(); void SetBorderColor(unsigned long newValue); long GetGradientStyle(); void SetGradientStyle(long nNewValue); unsigned long GetGradientStartColor(); void SetGradientStartColor(unsigned long newValue); unsigned long GetGradientEndColor(); void SetGradientEndColor(unsigned long newValue); short GetGradientSteps(); void SetGradientSteps(short nNewValue); long GetBorderEndCap(); void SetBorderEndCap(long nNewValue); long GetRoundRectEllipseWidth(); void SetRoundRectEllipseWidth(long nNewValue); long GetRoundRectEllipseHeight(); void SetRoundRectEllipseHeight(long nNewValue); long GetOpacity(); void SetOpacity(long nNewValue); long GetTexture(); void SetTexture(long nNewValue); short DrawLine(long nStartX, long nStartY, long nEndX, long nEndY); short DrawRect(long nLeft, long nTop, long nWidth, long nHeight); short DrawRoundRect(long nLeft, long nTop, long nWidth, long nHeight); short DrawEllipse(long nLeft, long nTop, long nWidth, long nHeight); short DrawPolygon(short nFillMode); short DrawPolyBezier(); long GetBorderTileBitmap(); void SetBorderTileBitmap(long nNewValue); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PSHAPE_H__02065693_D693_49C3_9C47_F18710271EB5__INCLUDED_)