#if !defined(AFX_LINESEGMENT_H__ACD3B143_2A9E_433A_BEA3_937C2901AC5A__INCLUDED_) #define AFX_LINESEGMENT_H__ACD3B143_2A9E_433A_BEA3_937C2901AC5A__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. ///////////////////////////////////////////////////////////////////////////// // CLineSegment wrapper class class CLineSegment : public COleDispatchDriver { public: CLineSegment() {} // Calls COleDispatchDriver default constructor CLineSegment(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {} CLineSegment(const CLineSegment& dispatchSrc) : COleDispatchDriver(dispatchSrc) {} // Attributes public: // Operations public: unsigned long GetColor(); void SetColor(unsigned long newValue); float GetLineWidth(); void SetLineWidth(float newValue); long GetLineStyle(); void SetLineStyle(long nNewValue); long GetLineType(); void SetLineType(long nNewValue); long GetMarker(); void SetMarker(long nNewValue); float GetMarkerSize(); void SetMarkerSize(float newValue); float GetMarkerInterval(); void SetMarkerInterval(float newValue); long GetMarkerOrientation(); void SetMarkerOrientation(long nNewValue); BOOL GetMarkerFlipFirst(); void SetMarkerFlipFirst(BOOL bNewValue); float GetMarkerOffset(); void SetMarkerOffset(float newValue); // method 'Draw' not emitted because of invalid return type or parameter type unsigned long GetMarkerOutlineColor(); void SetMarkerOutlineColor(unsigned long newValue); BOOL DrawVB(long hdc, float x, float y, long clipWidth, long clipHeight, unsigned long BackColor); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_LINESEGMENT_H__ACD3B143_2A9E_433A_BEA3_937C2901AC5A__INCLUDED_)