?? border.h
字號:
// Border.h: interface for the CBorder class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_BORDER_H__0CB1CBA5_22C4_11D4_B502_BB43AB642844__INCLUDED_)
#define AFX_BORDER_H__0CB1CBA5_22C4_11D4_B502_BB43AB642844__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
class CBorder : public CObject //邊界的設置
{
public:
CBorder(int p1,int p2);
int m_p2;//Save the point's mark of the border in array->m_point
int m_p1;
CBorder();
virtual ~CBorder();
};
#endif // !defined(AFX_BORDER_H__0CB1CBA5_22C4_11D4_B502_BB43AB642844__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -