• 大小: 0.40M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 标签:

资源简介

C++实战源码-图像旋转(入门级实例512).zip

资源截图

代码片段和文件信息

// ImagePanel.cpp : implementation file
//

#include “stdafx.h“
#include “RotateImage.h“
#include “ImagePanel.h“

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

/////////////////////////////////////////////////////////////////////////////
// CImagePanel dialog


CImagePanel::CImagePanel(CWnd* pParent /*=NULL*/)
: CDialog(CImagePanel::IDD pParent)
{
//{{AFX_DATA_INIT(CImagePanel)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CImagePanel::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CImagePanel)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CImagePanel CDialog)
//{{AFX_MSG_MAP(CImagePanel)
ON_WM_HSCROLL()
ON_WM_VSCROLL()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CImagePanel messa

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件      599094  2010-07-12 09:30  RotateImage\bitmap.bmp
     文件        3362  2010-07-01 15:17  RotateImage\ImagePanel.cpp
     文件        1357  2010-07-01 15:37  RotateImage\ImagePanel.h
     文件        1378  2010-07-01 15:34  RotateImage\resource.h
     文件        2084  2010-11-13 11:03  RotateImage\RotateImage.clw
     文件        2133  2010-07-01 14:39  RotateImage\RotateImage.cpp
     文件        4378  2010-07-01 15:41  RotateImage\RotateImage.dsp
     文件         547  2010-07-01 14:39  RotateImage\RotateImage.dsw
     文件        1379  2010-07-01 14:39  RotateImage\RotateImage.h
     文件        6491  2010-07-20 20:16  RotateImage\RotateImage.rc
     文件       14331  2010-07-01 15:40  RotateImage\RotateImageDlg.cpp
     文件        2227  2010-07-01 15:30  RotateImage\RotateImageDlg.h
     文件         213  2010-07-01 14:39  RotateImage\StdAfx.cpp
     文件        1054  2010-07-01 14:39  RotateImage\StdAfx.h
     文件        7358  2006-03-30 08:21  RotateImage\res\RotateImage.ico
     文件         403  2010-07-01 14:39  RotateImage\res\RotateImage.rc2

评论

共有 条评论