首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > Displaying a large bitmap file on a dialog box, in its original size, is quite d

Displaying a large bitmap file on a dialog box, in its original size, is quite d

  • 资源大小:31.47 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 文档处理 c++

资 源 简 介

Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be lost. Check out this article for displaying large bitmaps into the desired area of your dialog box in its original size with a scrolling technique used to show the entire bitmap. 滚动显示位图 在VC++环境下,在一个对话框中显示一个原始尺寸的大小的位图文件相当是困难的。然而,通过使用 StretchBlt()函数一个给定的区域显示一个大的位图是可能的。主要的缺点是图像将会失真。看了这篇通过卷动技术显示整个位图技术的文章,你将能够以它的原始尺寸在给定对话框的区域内显示一个大位图。 来源: http://www.codeguru.com/bitmap/ScrollBitmap.html- Displaying a large bitmap file on a dialog box, in its original size, is quite difficult in the VC++ environment. However, it is possible to display a large bitmap to a predefined area of the dialog by using the StretchBlt( ) function.The major disadvantage of this is that the clarity of the image will be

文 件 列 表

ScrollBitmap
commondialog.cpp
commondialog.h
Debug
ReadMe.txt
res
Resource.h
ScrollBitmap.clw
ScrollBitmap.cpp
ScrollBitmap.dsp
ScrollBitmap.dsw
ScrollBitmap.h
ScrollBitmap.plg
ScrollBitmap.rc
ScrollBitmapDlg.cpp
ScrollBitmapDlg.h
StdAfx.cpp
StdAfx.h
VIP VIP
0.166622s