MoveRectangle.h
资源名称:CAD.zip [点击查看]
上传用户:hehe2haha
上传日期:2013-08-16
资源大小:161k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- // MoveRectangle.h: interface for the CMoveRectangle class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_MOVERECTANGLE_H__985C2BF7_3282_4080_B32E_1A5D4F966AD2__INCLUDED_)
- #define AFX_MOVERECTANGLE_H__985C2BF7_3282_4080_B32E_1A5D4F966AD2__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "MoveShape.h"
- class CMoveRectangle : public CMoveShape
- {
- public:
- CMoveRectangle(CShape* Shape);
- virtual void Move(HDC hdc ,int xOffset,int yOffset);
- CMoveRectangle();
- virtual ~CMoveRectangle();
- };
- #endif // !defined(AFX_MOVERECTANGLE_H__985C2BF7_3282_4080_B32E_1A5D4F966AD2__INCLUDED_)