MoveShape.cpp
资源名称:CAD.zip [点击查看]
上传用户:hehe2haha
上传日期:2013-08-16
资源大小:161k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- // MoveShape.cpp: implementation of the CMoveShape class.
- //
- //////////////////////////////////////////////////////////////////////
- #include "stdafx.h"
- #include "MoveShape.h"
- //////////////////////////////////////////////////////////////////////
- // Construction/Destruction
- //////////////////////////////////////////////////////////////////////
- CMoveShape::CMoveShape()
- {
- pShape = NULL;
- }
- CMoveShape::~CMoveShape()
- {
- }
- void CMoveShape::Move(HDC hdc, int xOffset, int yOffset)
- {
- }
- //DEL CMoveShape::CMoveShape(CShape *Shape)
- //DEL {
- //DEL pShape = Shape;
- //DEL }