RectangleTool.h
资源名称:CAD.zip [点击查看]
上传用户:hehe2haha
上传日期:2013-08-16
资源大小:161k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- // RectangleTool.h: interface for the CRectangleTool class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_RECTANGLETOOL_H__8F2110D9_49DB_4952_8776_58462D430C6E__INCLUDED_)
- #define AFX_RECTANGLETOOL_H__8F2110D9_49DB_4952_8776_58462D430C6E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "Tool.h"
- class CRectangleTool : public CTool
- {
- public:
- public:
- CRectangleTool();
- virtual ~CRectangleTool();
- virtual void OnMouseMove(HWND hWnd, UINT nFlags, POINT ptPos);
- virtual void OnRButtonDown(HWND hWnd,UINT nFlags, POINT ptPos);
- virtual void OnLButtonDown(HWND hWnd,UINT nFlags, POINT ptPos);
- };
- #endif // !defined(AFX_RECTANGLETOOL_H__8F2110D9_49DB_4952_8776_58462D430C6E__INCLUDED_)