CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 GDI/图象编程 搜索资源 - VC Rectangle

搜索资源列表

  1. CopyBMP

    0下载:
  2. VC/MFC 用鼠标绘制矩形 将矩形内的区域形成图像在另一个区域中显示-VC / MFC drawing rectangle with the mouse to the rectangular region of the image displayed in another region
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:336.27kb
    • 提供者:朱某某
  1. painter

    0下载:
  2. 一个用VC开发的简单画图程序-a VC development of a simple drawing program you can draw line ,Rectangle ,ellipse and so on .meanwhile you can change linestyle linewidth and color,and other functions
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:91.09kb
    • 提供者:xulingli
  1. Draw.rar

    0下载:
  2. 在VC下实现画矩形,椭圆,直线等,适合作为小作业,Under implementation in VC draw rectangle, ellipse, straight line and so on, suitable as a small operation
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:33.39kb
    • 提供者:于心
  1. 3D下的计算机图形学的编程实践VC源码

    1下载:
  2. 原代码下载,我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立 release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之 外执行程序,必须复制所需位图及模型文件。-download the origin
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-11-15
    • 文件大小:1.49mb
    • 提供者:李为民
  1. Graphic

    0下载:
  2. 在VC++环境下,用来绘制图形的例子,包括点,直线,矩形,椭圆等。对初学图形编程的人,会有帮助的。-In VC++ environment, for example graphics rendering, including point, line, rectangle, ellipse, etc.. Graphical programming for beginners who would be helpful.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-28
    • 文件大小:42.85kb
    • 提供者:gengqin
  1. Draw

    0下载:
  2. vc++画图板程序,功能比Windows自带的画图板还要强。从界面来看,像是用有某种皮肤控件,但编译时候没有发现控件,顺利编译。它还可以更换风格,选择不同的皮肤颜色,当初是费了不少心思来完成这款小程序,它主要的画图功能有六种:   1.普通矩形样式   2.圆角矩形样式   3.椭圆样式   4.气球样式   5.吊篮样式   6.心脏样式-vc++ drawing board procedures, more powerful than Windows bu
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-24
    • 文件大小:358.73kb
    • 提供者:692
  1. MenuTest

    0下载:
  2. 用VC++画椭圆、画矩形,不是即时画画那 种,点一下按钮会生成椭圆或矩形,比较简单那种,可以了解一下椭圆、矩形用代码是如何实现的。 -VC++ painted with oval, draw a rectangle, not the kind of real-time drawing, tap the button will generate an oval or rectangular, relatively simple kind, you can look oval, rectangu
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-30
    • 文件大小:26.6kb
    • 提供者:madud00039
  1. BrushDemo

    0下载:
  2. vc——使用不同类型的画刷填充矩形\BrushDemo-vc- use different types of brush filled rectangle \ BrushDemo
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:37.37kb
    • 提供者:
  1. rect.v60

    0下载:
  2. 一个绘制圆矩形窗体的vc++程序,简单实用,对界面编程有一定的帮助。-Draw a rectangle form a circle of vc++ program, simple and practical, the programming interface will certainly help.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-03
    • 文件大小:13.86kb
    • 提供者:xml
  1. draw

    0下载:
  2. 包含三角形、矩形、椭圆、任意线条画法带颜色的vc源码程序-Contains the triangle, rectangle, ellipse, arbitrary line drawing with the color of the VC source program
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:394.91kb
    • 提供者:水江
  1. BrushDemo

    0下载:
  2. vc++绘图。在vc++6.0环境下,实现简单的绘制矩形(加颜色),和显示.bmp图片的功能。-vc++ drawing. In vc++6.0 environment, to achieve a simple draw a rectangle (plus color), and display. Bmp picture function.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3.28mb
    • 提供者:dj
  1. PtClr

    0下载:
  2. vc++ 获得指定像素点的颜色,如演示截图所示,用户可以用鼠标左键单击图片的某一处时,就会在图片的右侧以该点颜色填充一个实心的矩形。实现方法通过函数COLORREF CDC::GetPixel( int x, int y)可以得到指定点的颜色,其参数x、y 是指定点的坐标-When vc++ for the specified pixel color, as shown in the screenshot demonstrates, the user can use the left mouse
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-28
    • 文件大小:76.01kb
    • 提供者:wangshuang
  1. 1

    0下载:
  2. 在Visual VC++6.0环境下,用OpenGL绘制一个白色矩形。-In the Visual VC++ 6.0 environment, using OpenGL to draw a white rectangle.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-28
    • 文件大小:207.37kb
    • 提供者:潘腊青
  1. ImagePreviewWnd

    0下载:
  2. vc++,通过鼠标拖动, 修改矩形框位置-vc++ drag to move the rectangle position
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-30
    • 文件大小:300.39kb
    • 提供者:刘苹苹
搜珍网 www.dssz.com