shapepoint.h
来自「在PDA中的画图程序」· C头文件 代码 · 共 24 行
H
24 行
// ShapePoint.h: interface for the CShapePoint class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_SHAPEPOINT_H__E9E743C1_5C52_4F63_86CB_3157C1D270CB__INCLUDED_)
#define AFX_SHAPEPOINT_H__E9E743C1_5C52_4F63_86CB_3157C1D270CB__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Shape.h"
class CShapePoint : public CShape
{
public:
CShapePoint();
virtual ~CShapePoint();
virtual void Draw(CDC *pDC);
CGeoPoint m_gPoint;
};
#endif // !defined(AFX_SHAPEPOINT_H__E9E743C1_5C52_4F63_86CB_3157C1D270CB__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?