CopyLine.h
资源名称:CAD.zip [点击查看]
上传用户:hehe2haha
上传日期:2013-08-16
资源大小:161k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- // CopyLine.h: interface for the CCopyLine class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_COPYLINE_H__636A8E23_E1AC_4DCD_8843_B241983902A4__INCLUDED_)
- #define AFX_COPYLINE_H__636A8E23_E1AC_4DCD_8843_B241983902A4__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "CopyShape.h"
- class CCopyLine : public CCopyShape
- {
- public:
- virtual CShape * Copy();
- CCopyLine(CShape * Shape);
- CCopyLine();
- virtual ~CCopyLine();
- };
- #endif // !defined(AFX_COPYLINE_H__636A8E23_E1AC_4DCD_8843_B241983902A4__INCLUDED_)