-
大小: 150.97 KB文件类型: .rar金币: 1下载: 0 次发布日期: 2024-12-04
- 语言: 其他
- 标签: CMetaFileDC MFC 孔令德
资源简介
给出了CMetaFileDC的使用示例。见孔令德《计算机图形学基础教程(Visulal C++版)》(第2版),清华大学出版社。2013年
代码片段和文件信息
// MainFrm.cpp : implementation of the CMainframe class
//
#include “stdafx.h“
#include “Test.h“
#include “MainFrm.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMainframe
IMPLEMENT_DYNCREATE(CMainframe CframeWnd)
BEGIN_MESSAGE_MAP(CMainframe CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code !
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static UINT indicators[] =
{
ID_SEPARATOR // status line indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
/////////////////////////////////////////////////////////////////////////////
// CMainframe construction/destruction
CMainframe::CMainframe()
{
// TODO: add member initialization code here
}
CMainframe::~CMainframe()
{
}
int CMainframe::OnCreate(LPCREATESTRUCT lpCreateStruct)
{
if (CframeWnd::OnCreate(lpCreateStruct) == -1)
return -1;
if (!m_wndToolBar.CreateEx(this TBstyle_FLAT WS_CHILD | WS_VISIBLE | CBRS_TOP
| CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) ||
!m_wndToolBar.LoadToolBar(IDR_MAINframe))
{
TRACE0(“Failed to create toolbar\n“);
return -1; // fail to create
}
if (!m_wndStatusBar.Create(this) ||
!m_wndStatusBar.SetIndicators(indicators
sizeof(indicators)/sizeof(UINT)))
{
TRACE0(“Failed to create status bar\n“);
return -1; // fail to create
}
// TODO: Delete these three lines if you don‘t want the toolbar to
// be dockable
m_wndToolBar.EnableDocking(CBRS_ALIGN_ANY);
EnableDocking(CBRS_ALIGN_ANY);
DockControlBar(&m_wndToolBar);
return 0;
}
BOOL CMainframe::PreCreateWindow(CREATESTRUCT& cs)
{
if( !CframeWnd::PreCreateWindow(cs) )
return FALSE;
// TODO: Modify the Window class or styles here by modifying
// the CREATESTRUCT cs
return TRUE;
}
/////////////////////////////////////////////////////////////////////////////
// CMainframe diagnostics
#ifdef _DEBUG
void CMainframe::AssertValid() const
{
CframeWnd::AssertValid();
}
void CMainframe::Dump(CDumpContext& dc) const
{
CframeWnd::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// CMainframe message handlers
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 278 2015-08-06 08:46 Cme
文件 2505 2003-06-30 08:36 Cme
文件 1581 2003-06-30 08:36 Cme
文件 4263 2003-06-30 08:36 Cme
文件 68576 2010-11-18 09:37 Cme
文件 10134 2003-06-30 08:50 Cme
文件 4710 2010-09-01 15:52 Cme
文件 766 2003-06-30 08:50 Cme
文件 4710 2003-06-30 08:50 Cme
文件 3638 2003-06-30 08:50 Cme
文件 1078 2003-06-30 08:51 Cme
文件 396 2003-06-30 08:36 Cme
文件 1078 2003-06-30 08:36 Cme
..A.SH. 21504 2010-11-18 09:39 Cme
文件 2166 2010-09-01 15:52 Cme
..AD... 0 2014-04-01 17:26 Cme
文件 1143 2010-09-01 15:52 Cme
文件 206 2003-06-30 08:36 Cme
文件 1441 2015-08-06 08:58 Cme
文件 124504 2015-08-06 08:45 Cme
文件 1743 2015-08-06 08:58 Cme
文件 4229 2010-09-01 15:43 Cme
文件 5037 2010-09-01 15:52 Cme
文件 531 2003-06-30 08:36 Cme
文件 1334 2003-06-30 08:36 Cme
文件 304128 2015-08-06 08:58 Cme
文件 50688 2015-08-06 08:58 Cme
文件 1158 2015-08-06 08:46 Cme
文件 11042 2010-09-19 08:26 Cme
文件 1702 2003-06-30 08:36 Cme
............此处省略8个文件信息
- 上一篇:js鼠标经过选项卡
- 下一篇:栅栏填充算法源码(VC)
相关资源
- ado数据库MFC图书管理系统vs2010
- mfc单文档窗体画线与写字
- [免费]MFC制作目录树
- MFC读三维模型obj文件
- 画图程序MFC/VC/VC CRectTracker 串行化
- MFC网络编程实例
- c 程序判断离散数学中命题公式
- MFC控件动态拖动
- MFC中OpenGL面和体的绘制以及动画效果
- c MFC 画多边形
- RSA AES DES ECC加密算法源码
- Microsoft基本类库 (MFC)(C 库)
- vc利用MFC底层开发的二维GIS管理软件,
- (MFC) 时钟日期程序
- 一个基于MFC的GridCtrl,提供类似Excel的
- 用MFC实现简单的画图功能
- MFC绘图小软件源代码(可当VC大作业用
- 基于MFC的文件目录树的对话框实现代
- VC 6.0 MFC做画图软件
- 空间后方交会MFC版,C 源代码
- 图像缩放(MFC)有详细的实现过程
- 一个mfc前端显示秒表
- 基于C 的简易FTP客户端(带源码)
- C (MFC)华容道自动求解
- VC 编程实现活动主机扫描源代码
- 在线考试系统VC (MFC)
- 图形学集成程序dda、中点算法、多边
- MFC透明表
- mfc聊天室
- DSP 语音识别程序 DTW MFCC
评论
共有 条评论