?? ellipse.h
字號(hào):
// Ellipse.h: interface for the CEllipse class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ELLIPSE_H__9A5FAED2_D8B5_4FC2_B72F_C60592F0E03E__INCLUDED_)
#define AFX_ELLIPSE_H__9A5FAED2_D8B5_4FC2_B72F_C60592F0E03E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Tuyuan.h"
class CEllipse : public CTuyuan
{
public:
int GetTflag();
int Tflage;
void BrushTuyuan(CDC *pDC);
static int Ecount; //橢圓個(gè)數(shù)
void DrawTuyuan(CDC *pDC);
CEllipse(CPoint pt1,CPoint pt2,int stline,COLORREF linergb,COLORREF brushrgb);
CEllipse();
virtual ~CEllipse();
};
#endif // !defined(AFX_ELLIPSE_H__9A5FAED2_D8B5_4FC2_B72F_C60592F0E03E__INCLUDED_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -