?? rectangle.h
字號:
// Rectangle.h: interface for the CRectangle class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_RECTANGLE_H__4D49FEB9_9610_4DC0_A58C_019A2F301CD6__INCLUDED_)
#define AFX_RECTANGLE_H__4D49FEB9_9610_4DC0_A58C_019A2F301CD6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Tuyuan.h"
class CRectangle : public CTuyuan
{
public:
int GetTflag();
int Tflagr;
void BrushTuyuan(CDC *pDC);
static int Rcount; //矩形個數(shù)
void DrawTuyuan(CDC *pDC);
CRectangle(CPoint pt1,CPoint pt2,int stline,COLORREF linergb,COLORREF brushrgb);
CRectangle();
virtual ~CRectangle();
};
#endif // !defined(AFX_RECTANGLE_H__4D49FEB9_9610_4DC0_A58C_019A2F301CD6__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -