?? d2position.h
字號(hào):
// D2Position.h: interface for the D2Position class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_D2POSITION_H__44484790_B1BA_47FB_8073_5BCC860D169E__INCLUDED_)
#define AFX_D2POSITION_H__44484790_B1BA_47FB_8073_5BCC860D169E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class D2Position
{
public:
D2Position();
virtual ~D2Position();
double x,y;
D2Position(double x0,double y0);
};
#endif // !defined(AFX_D2POSITION_H__44484790_B1BA_47FB_8073_5BCC860D169E__INCLUDED_)
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -