⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 onlbuttondown.cpp

📁 MFC界面:1.模拟立方体摄像机成像2.区域录属判别. 实验一:点击实验一下的摄像机成像,生成初始化的投影图像,再拖动鼠标
💻 CPP
字号:
// OnLButtonDown.cpp : implementation file
//

#include "stdafx.h"
#include "computer.h"
#include "OnLButtonDown.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// OnLButtonDown

IMPLEMENT_DYNCREATE(OnLButtonDown, CView)

//DEL OnLButtonDown::OnLButtonDown()
//DEL {
//DEL }

//DEL OnLButtonDown::~OnLButtonDown()
//DEL {
//DEL }


BEGIN_MESSAGE_MAP(OnLButtonDown, CView)
	//{{AFX_MSG_MAP(OnLButtonDown)
		// NOTE - the ClassWizard will add and remove mapping macros here.
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// OnLButtonDown drawing

//DEL void OnLButtonDown::OnDraw(CDC* pDC)
//DEL {
//DEL 	CDocument* pDoc = GetDocument();
//DEL 	// TODO: add draw code here
//DEL }

/////////////////////////////////////////////////////////////////////////////
// OnLButtonDown diagnostics

#ifdef _DEBUG
//DEL void OnLButtonDown::AssertValid() const
//DEL {
//DEL 	CView::AssertValid();
//DEL }

//DEL void OnLButtonDown::Dump(CDumpContext& dc) const
//DEL {
//DEL 	CView::Dump(dc);
//DEL }
#endif //_DEBUG

/////////////////////////////////////////////////////////////////////////////
// OnLButtonDown message handlers

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -