CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - drag image

搜索资源列表

  1. SSView_cs1

    0下载:
  2. 一个简单的图片浏览器(支持动态图),使用了C#中的不规则窗体。拖拽功能,可以拖gjf格式到qq聊天框,也可拖入。可不规则生成图片位置。是本人学习C#桌面开发中的一个作业。感觉还不错,提供分享。热爱编程,希望大家能一起努力!-A simple image viewer (supports dynamic map), using the C# in the irregular form. Drag and drop, you can drag gjf format to qq chat box ca
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:583.01kb
    • 提供者:song
  1. drawplant

    2下载:
  2. 用c#开发的画图板程序,能设置画笔画刷颜色,画笔宽度,画刷类型。可以输入文字,鼠标拖拽绘制矩形,圆,椭圆,三角形,鼠标自划线,等图形。并能设置背景图片,能设置背景透明度,绘制后可保存成图片。-Developed with c# drawing board procedures, setting the brush strokes painting color, pen width, brush type. Can enter text, drag the mouse draw the recta
  3. 所属分类:C#编程

    • 发布日期:2013-04-19
    • 文件大小:377.07kb
    • 提供者:manoro
  1. Image

    0下载:
  2. 拖放图片!和几种图片显示的方式-Drag and drop pictures! And several pictures show the way! ! ! ! ! ! ! ! ! !
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:659.87kb
    • 提供者:logan
  1. TreeViewDragDrop

    1下载:
  2. 一个使用鼠标拖拽的程序,从TreeView中将节点拖至ListView中,在拖拽时,鼠标上会有节点的图片与文字跟随。-A program using the mouse drag, drag nodes from the TreeView ListView will, in drag, the mouse on the image and text nodes will follow.
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:327.65kb
    • 提供者:meng
  1. C#写的绘图板

    2下载:
  2. C#写的绘图板,功能还不错。实现了直线,矩形,圆形,填充矩形,填充圆形。可拖动图形位置,可改变矩形大小,可放大缩小,可输入文字,打开图片,拖动图片,可撤销。-C# to write the drawing board, features well. Implementation of linear, rectangular, circular, filled rectangle, filled circle. Can drag the graphic location, can change t
  3. 所属分类:C#编程

    • 发布日期:2012-12-11
    • 文件大小:466.65kb
    • 提供者:夏云
  1. dragImage

    0下载:
  2. drag image to data base
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:14.7kb
    • 提供者:cowboy19
  1. WinForm

    0下载:
  2. C# 拖动图像,并放大和缩小,使用了不少三方插件,比如AxInterop.OWC10.dll、AxSHDocVw.dll、Interop.OWC10.dll、Microsoft.Office.Interop.Graph.dll、Microsoft.Office.Interop.PowerPoint.dll、SHDocVw.dll、office.dll等,觉得程序实现的方法不是太简,用了这么多额外的控件,与实现的功能好像不成正比,呵呵,个人之见。 -C# Drag the image and
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:972.17kb
    • 提供者:KYELAU
  1. PerPixelAlphaForm

    0下载:
  2. 完美展示带渐变透明像素的PNG。将图片拖入窗口,在桌面显示图片,可调节图片透明度。-Perfect pixel display with gradient transparency PNG. Drag the picture window on the desktop picture, you can adjust the image transparency.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:89.06kb
    • 提供者:aaa
  1. 2

    0下载:
  2. 这是C#写的图像拖拽功能,很实用,适合初学者。-This is written in C# image drag and drop, very useful for beginners.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:19.62kb
    • 提供者:wilson
  1. MyLineChart

    0下载:
  2. 自己编写的一个c#控件,支持多维的数据输入,自动绘成直线图。并且该控件支持图像的放缩功能,还可以支持拖移,与用户交互灵活-I have written a c# control, support for multi-dimensional data input, automatically plotted a straight line graph. And the control supports image zoom function, you can also support drag a
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:133.69kb
    • 提供者:leo
  1. WindowsFormsApplication1

    0下载:
  2. 实现图片拖拽图框 再加以加工能实现图片管理-Drag pictures together to achieve the frame of processing to achieve image management, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:43.98kb
    • 提供者:zhangli
  1. CSharp

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

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

    0下载:
  2. 用C#编写的一个可以播放Swf的软件,实现了可拖动按钮,其背景为透明png图片,拖动按钮即可播放特定swf文件-Written in C# that can play Swf software draggable button, its background transparent png image, drag the button to play a particular swf file
  3. 所属分类:CSharp

    • 发布日期:2016-01-24
    • 文件大小:8.09mb
    • 提供者:wenhui
  1. about_picture

    0下载:
  2. picturebox 拖拽,放大缩小图像-picturebox drag zoomin and zoomout image
  3. 所属分类:CSharp

    • 发布日期:2017-04-29
    • 文件大小:326.78kb
    • 提供者:何忧
  1. remotesense

    0下载:
  2. 实现图像放大缩小,拖动平移,求图像直方图等操作-To achieve image zoom, drag translation, image histogram and other operations
  3. 所属分类:CSharp

    • 发布日期:2017-12-13
    • 文件大小:2.7mb
    • 提供者:qiaorui
  1. HDisplay

    0下载:
  2. 用c#封装的自定义控件,在halcon原来的图像控件基础上,增加了鼠标自由拖拽移动,滚轮缩放,鼠标实时图像信息显示,基础图像处理等功能。(With c# custom control, in the original Halcon image control, the mouse has increased drag and drop, movement, roller scaling, mouse real-time image information display, basic image
  3. 所属分类:C#编程

    • 发布日期:2017-12-19
    • 文件大小:491kb
    • 提供者:pepure
搜珍网 www.dssz.com