ellipse.h
来自「MFC简易绘图」· C头文件 代码 · 共 29 行
H
29 行
// 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 + =
减小字号Ctrl + -
显示快捷键?