搜索资源列表
DragPic
- C#编程,拖动图片。可以任意位置移动.用Visaul C#2005.-C# programming, scrolling pictures. Mobile location can be arbitrary. Using FoxPro C# 2005.
MoveableRoundButton
- 自定义可移动圆、椭圆形按钮,可以设置按钮中图片的具体位置,可设置按钮中文本的位置
dragphote
- 拖动图片.运行界面中有若干图片,图片随着鼠标的移动而移动.
toBIg
- 可以实现鼠标移动过(MouseMove)PictureBox时实现对图片的局部的放大
ImageView
- c# GDI+ 实现图片缩放和移动 属于绘图基础内容-c# GDI+ to achieve the picture zoom and move the contents of a graphics-based
ImageMoveTest
- WPF做的自由移动图片的程序,欢迎大家一起学习!-WPF to do the procedure free movement of images, welcome everyone to learn!
ImageViewKJ1[1].1.0.0
- 图片控件 有放大 缩小移动 等功能 提供基本源代码 比较实用 有参考价值-Picture control features such as a zoom move more practical to provide basic source code has reference value
WinFrmProject
- 鼠标拖动:这是气象局数据生成卫星图片后需要移动-Drag: This is the Weather Bureau data generation need to move after satellite images
shuiwen
- 在图片上移动鼠标时,使图片呈现水纹的效果。-Move the mouse on the image, the picture showing the effect of waterlines.
RadarMap
- RadarMap 雷达图 查了不少网上资料,很难找到想要的雷达图实现方法,自己做了,共享一下。 编译环境 VC# 2008 功能: 1. 利用GID+,在PictureBox上画雷达图背景,非加载图片资源 2. 输入框内写入方位俯仰AZ,EL的数值,在雷达图上以红色点显示位置 3. 鼠标在图片区域内移动,动态显示方位俯仰AZ,EL的数值。 by zhangf QD-RadarMap radar chart compilation environment
MultiDraw
- 多机联合绘图系统,主机和附机 任何一台计算机都可以作为主机,但一旦某台计算机作为主机后,连接到该机的其他同时制图的计算机只能作为附机。 系统要求必须有一台计算机作为主机,并且只能有一个主机。只有当主机进入制作界面之后,其他附机才能进入制作界面。当主机退出制作界面之后,所有的附机都将无法继续制作。 系统功能要求 (1)图形绘制:完成基本图形绘制功能,如曲线、矩形、椭圆等。 (2)图像绘制:以透明方式显示任意图像,并能实现图像的缩放。 (3)文字绘制:能在任意位置显示指定
PicDemo
- 图片的放大与缩小,拖拽移动并画点画线,保持点和线的相对位置不变在缩放的时候-Amplification and narrowing of the picture, drag the move and draw a dotted line, maintain the relative position of points and lines the same
WinFromStudyNotes
- email分析,textbox,下拉列表,图片,统计成绩 登陆错误三次验证,文字在输入框中左右移动等 -vs2008 email textbox
Csharppic
- 利用C# 实现图片代开放缩移动功能,自己做的,是实验内容-Pictures on behalf of open reduction mobility features
CSharp
- 程序要实现的目的是通过鼠标来控制图片的缩放和移动的效果,也就是说可以鼠标在程序界面上拖动图片,通过鼠标滚轮放大和缩小图片。这种功能在图片浏览程序里面再普通不过了,一般来说,如果是在MFC或者Winform里面实现这两个功能的话,都是通过处理鼠标的移动和滚轮事件,在这两个事件处理函数里面,获取鼠标的位置和滚轮滚动的偏移量,然后针对性地更改图片的位置和高宽度来做的。-Program to achieve the purpose of the picture zoom and move the mou
MoveCharacter
- c#图片移动c # move the picture ok lets go -c# move the picture ok lets go c# move the picture ok lets go c# move the picture ok lets go c# move the picture ok lets go
mouseclick
- Delphi持续响应鼠标点击,以图片移动、图片放大和图片连续缩小为例,演示如何实现持续的鼠标点击响应代码,你可以编译本源码,运行生成的测试程序,用鼠标连续点击对应功能查看演示。-Delphi continued response to the mouse to click to move, zoom, and pictures of continuous narrow as an example, demonstrate how to implement the mouse to click t
C# 图片移动
- C#开发语言 通过获取键盘中WASD,以及上下键 实现图片的移动
TestMoveImage
- 该功能是一个简单的图片移动案例,当移动的一定的位置会自动加载下一个图片,该demo是为了实现和网页预加载功能一样。(The feature is a simple picture moving case, which automatically loads the next picture when it moves to a certain location. The demo is designed to perform the same function as the page prelo
wpf下实现图片的放大缩小和平移 - CSDN博客
- 要求及背景 工作需要,要在一个Form里面实现一个实时预览的picturebox图像,由于picturebox可能会遮挡到其后面的画面,所以要求picturebox可以由用户自行拖拽,类似于悬浮框。 原理说明 在网上兜了几圈之后,决定用三段代码实现。首先要注册鼠标的三个事件:移动、鼠标左键按下、鼠标左键抬起,当然,都是在picturebox上的动作。注册三个事件后,即可以在三个对应的事件函数里面实现拖拽。(Amplification, reduction and transla