CopyLine.h
上传用户:ggmm7909
上传日期:2008-11-12
资源大小:80k
文件大小:1k
源码类别:

绘图程序

开发平台:

C/C++

  1. // CopyLine.h: interface for the CCopyLine class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_COPYLINE_H__636A8E23_E1AC_4DCD_8843_B241983902A4__INCLUDED_)
  5. #define AFX_COPYLINE_H__636A8E23_E1AC_4DCD_8843_B241983902A4__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "CopyShape.h"
  10. class CCopyLine : public CCopyShape  
  11. {
  12. public:
  13. virtual CShape * Copy();
  14. CCopyLine(CShape  * Shape);
  15. CCopyLine();
  16. virtual ~CCopyLine();
  17. };
  18. #endif // !defined(AFX_COPYLINE_H__636A8E23_E1AC_4DCD_8843_B241983902A4__INCLUDED_)