CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - mfc zoom in out

搜索资源列表

  1. ImageP.rar

    0下载:
  2. MFC编程,绘制基本的几何图形,对位图进行缩放、旋转、镜像等操作,MFC programming, basic geometric shapes drawn on the digital map to zoom in and out, rotate, mirror, such as operation
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:175602
    • 提供者:jason
  1. ZoomPerspective

    0下载:
  2. 利用投影矩阵来局部放大或者缩小正方体,用MFC开发,且是多文档应用程序。-Using the projection matrix to the local cube zoom in or out, use MFC development, and is a multi-document application.
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-30
    • 文件大小:317466
    • 提供者:林英
  1. view_zoominout_controled_bySliderMFC

    0下载:
  2. 该代码基于MFC,实现了一个可以使用滑杆控件实现控制视图放大和缩小的工程。可以作为使用滑杆的参考代码。-The code is based on MFC, can be used to achieve a view of the slider control to zoom in and out to achieve control of the project. Use the slider can be used as a reference code.
  3. 所属分类:Button control

    • 发布日期:2017-05-26
    • 文件大小:9368576
    • 提供者:田依
  1. Appendix26

    0下载:
  2. 用mfc对bmp图像进行缩小和放大的处理-Bmp image using mfc for zoom in and out of the deal
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:108218
    • 提供者:ljinbo
  1. MFCPicture

    0下载:
  2. 在VC6.0中MFC实现图片的放大和缩小。-To achieve in the VC6.0 picture zoom in and out.
  3. 所属分类:ComboBox

    • 发布日期:2017-03-25
    • 文件大小:200605
    • 提供者:李峰
  1. picture

    2下载:
  2. 利用MFC实现BMP图像的放大和缩小,当图片超过窗口是还可以显示滚动条已方便查看-Using MFC to achieve BMP images zoom in and out, when the image is more than window can also display the scroll bar is easy to see
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:1954969
    • 提供者:顾婷婷
  1. Design-of-Drawing-Board

    0下载:
  2. 画图板:有绘图,填充颜色,修改图形属性,移动、防缩,保存等功能-Drawing board based on MFC programming has the function of drawing, filling color, moving shapes, zoom in/out modifying parameters and saving.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-12
    • 文件大小:2986260
    • 提供者:王希
  1. CSharp

    0下载:
  2. 程序要实现的目的是通过鼠标来控制图片的缩放和移动的效果,也就是说可以鼠标在程序界面上拖动图片,通过鼠标滚轮放大和缩小图片。这种功能在图片浏览程序里面再普通不过了,一般来说,如果是在MFC或者Winform里面实现这两个功能的话,都是通过处理鼠标的移动和滚轮事件,在这两个事件处理函数里面,获取鼠标的位置和滚轮滚动的偏移量,然后针对性地更改图片的位置和高宽度来做的。-Program to achieve the purpose of the picture zoom and move the mou
  3. 所属分类:CSharp

    • 发布日期:2017-03-21
    • 文件大小:59631
    • 提供者:lqstae
  1. Exa_1_1

    0下载:
  2. 基于mfc的图像显示程序,可实现图像放大和缩小。-Mfc-based image display program, you can achieve the image to zoom in and out.
  3. 所属分类:OpenCV

    • 发布日期:2017-11-27
    • 文件大小:3482111
    • 提供者:窦斌斌
  1. FormView-part1

    0下载:
  2. 实现CFromView的自动缩放功能,可以自动识别窗口的大小变化而调整控件大小-implement the auto zoom in/out of CFromView in mfc
  3. 所属分类:EditBox

    • 发布日期:2017-11-15
    • 文件大小:1780401
    • 提供者:yangyi
  1. GeoMap

    0下载:
  2. 使用MFC 编程写的读取txt数据绘制地图的程序,还可以分图层显示,支持放大和缩小功能,希望对大家有帮助~-Write MFC programming read txt data mapping program can also be divided into layers display function supports zoom in and out, we hope to help to
  3. 所属分类:2D Graphic

    • 发布日期:2016-04-29
    • 文件大小:2529280
    • 提供者:袁全
  1. OsgEarthMFC

    5下载:
  2. OSGearth的示例,在mfc下搭建osgearth开发环境,实现了图片加载、放大、缩小、漫游等功能更-OSGearth example, set up under the mfc osgearth development environment to achieve the image loaded, zoom in, zoom out, pan and other functions
  3. 所属分类:Windows Develop

    • 发布日期:2016-10-06
    • 文件大小:4341760
    • 提供者:fxj
  1. NoBorderChangeSize

    0下载:
  2. 该demo展示了MFC无边框窗口的使用,支持边缘拖动缩放窗口,并自适应窗口内容(此demo中控件及自绘内容不多,有大量控件的朋友可以使用EasySize),支持窗口阴影效果,支持鼠标左键移动窗口位置,并保证窗口不能移出屏幕区域。都是一些很简单的代码,但整合度很高,需要的朋友可以直接封装成对话框类方便使用。-The demo shows the use of MFC borderless window, drag the edge of the zoom window support, and a
  3. 所属分类:Dialog_Window

    • 发布日期:2017-05-04
    • 文件大小:287019
    • 提供者:ReNew | Man
  1. Holcon图片带缩放

    0下载:
  2. MFC + Halcon做的图片放大缩小,还可以在子窗口进行显示,放大缩小。 功能非常不错!(MFC + Halcon to do the picture zoom in and out, you can also display in the sub window, zoom in and out. The function is very good!)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:159744
    • 提供者:classpeople
搜珍网 www.dssz.com