?? zcr14rect.h
字號:
// ZCR14Rect.h: interface for the CZCR14Rect class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_ZCR14RECT_H__9AF5A696_BA4A_4157_9398_0C3A81A53FF6__INCLUDED_)
#define AFX_ZCR14RECT_H__9AF5A696_BA4A_4157_9398_0C3A81A53FF6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "ZCR14Shape.h"
class CZCR14Rect : public CZCR14Shape
{
public:
DECLARE_SERIAL(CZCR14Rect)
void Serialize(CArchive &ar);
void SetPenWidthColor(int nPenWidth, COLORREF clrPaint);
void SetTypeCanvas(int nType, COLORREF nCanvas);
int m_nType;
COLORREF m_clrPaint;
int m_nPenWidth;
void SetPoint(CPoint pStart, CPoint pEnd);
void Draw(CDC *pDC);
CZCR14Rect();
virtual ~CZCR14Rect();
private:
CPoint m_ptStart;
CPoint m_ptEnd;
};
#endif // !defined(AFX_ZCR14RECT_H__9AF5A696_BA4A_4157_9398_0C3A81A53FF6__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -