MoveRectangle.h
上传用户:hehe2haha
上传日期:2013-08-16
资源大小:161k
文件大小:1k
源码类别:

CAD

开发平台:

Visual C++

  1. // MoveRectangle.h: interface for the CMoveRectangle class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MOVERECTANGLE_H__985C2BF7_3282_4080_B32E_1A5D4F966AD2__INCLUDED_)
  5. #define AFX_MOVERECTANGLE_H__985C2BF7_3282_4080_B32E_1A5D4F966AD2__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "MoveShape.h"
  10. class CMoveRectangle : public CMoveShape  
  11. {
  12. public:
  13. CMoveRectangle(CShape* Shape);
  14. virtual void Move(HDC hdc ,int xOffset,int yOffset);
  15. CMoveRectangle();
  16. virtual ~CMoveRectangle();
  17. };
  18. #endif // !defined(AFX_MOVERECTANGLE_H__985C2BF7_3282_4080_B32E_1A5D4F966AD2__INCLUDED_)