📄 d2position.h
字号:
// 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_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -