allarray.cpp
来自「计算机图形学实验中综合使用鼠标、菜单、橡皮条等交互技术实现直线、圆和矩形等基本图」· C++ 代码 · 共 33 行
CPP
33 行
// AllArray.cpp: implementation of the CAllArray class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "MyDraw.h"
#include "AllArray.h"
#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[]=__FILE__;
#define new DEBUG_NEW
#endif
//////////////////////////////////////////////////////////////////////
// Construction/Destruction
//////////////////////////////////////////////////////////////////////
//DEL CAllArray::CAllArray()
//DEL {
//DEL
//DEL }
//DEL CAllArray::~CAllArray()
//DEL {
//DEL
//DEL }
//DEL void CAllArray::AddPoint(CPoint point, COLORREF color, int style, int width)
//DEL {
//DEL
//DEL }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?