?? coorsystem.h
字號:
// CoorSymtem.h: interface for the CCoorSymtem class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COORSYMTEM_H__DA2AA786_E407_4F3B_805D_568BC46BEAE3__INCLUDED_)
#define AFX_COORSYMTEM_H__DA2AA786_E407_4F3B_805D_568BC46BEAE3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//坐標系
#include "dcl_graph.h"
#include "Scn.h"
class DECL_GRAPH CCoorSystem
{
public:
CCoorSystem();
virtual ~CCoorSystem();
public:
//設置一個坐標系的矩形區域范圍
void SetRect(CRect rc);
CRect GetRect();
virtual void Draw(CDC *pDC,CScn *pScn);
protected:
CRect m_rect;
};
#endif // !defined(AFX_COORSYMTEM_H__DA2AA786_E407_4F3B_805D_568BC46BEAE3__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -