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