搜索资源列表
Winform.rar
- 最近在做一个图片查看器,由于使用一般的PctureBox,在性能和缩放控制上都无法满足预期的要求,因此所有组件的呈现均是通过重写控件的OnPaint事件来绘制。在查看gif图片时发现Graphics.DrawImage只呈现第一帧,无法满足预期要求,因此经过摸索寻找到了解决自绘gif的较好办法。,At a recent picture viewer, because of the use of general PctureBox, at performance and zoom control
DrawImage
- 一个画图软件,相当于windows的画图软件,使用MFC-A drawing software, which is equivalent to windows of the drawing software, the use of MFC
java3
- 双缓冲技术: 另一种减小帧之间的闪烁的方法是使用双缓冲,它在许多动画applet 中被使用。 主要原理是创建一个后台图象,将一帧画入图象,然后调用drawImage() 将整个图象一次画到屏幕上去。好处是大部分绘制是离屏的。将离屏图象一次 绘至屏幕上比直接在屏幕上绘制要有效得多。 双缓冲可以使动画平滑,但有一个缺点,要分配一张后台图象,如果图象 相当大,这将需要很大一块内存。 当你使用双缓冲技术时,应重载update()。 -
java4
- 在屏幕上移动一幅图象: world.gif作为背景,car.gif作为移动物体,且被绘制了两次,造成 一个两辆车比赛的场景。 -Double-buffering technology: Another reducing flicker between frames is to use double buffering, which in many animation applet Was used.
drawimage
- 此为类似画图面板程序,可以保存bmp, jpg, gif格式的图片-on draw image, can save .bmp .jpg gif
drawimage
- how to draw image with the help of vb.net graphics programming
picturebox-drawImage-
- 在 picturebox上用drawimage 方法拼接图片-use drawimage method link pictures on picturebox
DrawImage
- CImage类的使用!c++绘图,支持多种图片格式!绝对实用经典。-c++ mapping, support for various image formats.
UseDrawImage
- C#动态加载bmp位图并进行图形绘制实例源码下载,主要是使用Graphics对象创建图形,实际是动态加载了一张BMP位图,但是是使用绘制的方法加载,使用了DrawImage方法。 ,作者版权所有,仅供学习与参考。-C# dynamic loading BMP bitmap and graphic example source code download, mainly use the Graphics object to create graphics, the actual is dyna
DrawImage
- MFC编写的图像软件,可绘制出Bezier,B样条和Hermite曲线,界面美观,代码条理清晰,可供学习用。-MFC prepared by the image software, you can draw a Bezier, B-spline and Hermite curves, beautiful interface, code clarity, available for study.
DrawImage.rar
- 程序提供了一种用c#编程开发的绘图方法,实现了简单的矢量绘图,具有一定的参考价值。
HMTL5斗地主
- SlicedBitmap=function(a){casual.DisplayObject.call(this);this.name=NameUtil.createUniqueName("SlicedBitmap");this.image=a;this.slices=[];this.pos=[]};casual.inherit(SlicedBitmap,casual.DisplayObject);SlicedBitmap.prototype.addSlice=function
yybGdiButton100
- button加载png图片优化界面 1.对图片进行dpi设置 2.drawimage(Button loading PNG picture optimization interface 1. DPI settings for pictures 2.drawimage)
QR.NET-master
- 这是一个DOME,直接下载使用,仅实现二维码生成功能,如要增加二维码打印功能可以参考以下代码,如要增加其他功能请自行开发。 Image image = qrCodeEncoder.Encode(strData); Bitmap printPicture = new Bitmap(image.Width+20, image.Height + 40); Graphics g = Graphics.FromImage(printPicture); Rectangle destRect = ne
DrawImage
- 非常好的绘图示例程序,类的设计规范易于扩展。(A very good drawing example program, the design specification of the class is easy to extend.)
DrawImage
- 非常好的绘图示例程序,在类设计方面也比较规范,易于使用和扩展。(A very good drawing example program is also more standard in class design, easy to use and extend.)