文件名称:DisplayImage
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2014-04-09
- 文件大小:
- 108kb
- 下载次数:
- 0次
- 提 供 者:
- gpu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本实例演示如何用C#在窗口中显示一幅图像,具体来说是JPG格式的图片,先从指定文件获取Image对象,设置存放图片框的滚动条最小尺寸,最后按原始物理大小绘制指定图像。用new System.ComponentModel.Container() 生成对象,Piccy = Image.FromFile(@"Winter.jpg") 从指定文件中获取Image对象-This example demonstrates how to use C# to display an image in the window, specifically JPG format images, starting with the specified file for an Image object, set the picture box to store the minimum size of the scroll bar, and finally draw the physical size specified by the original image. Generating objects, Piccy = Image.FromFile (@ " Winter.jpg" ) obtain an Image object from the specified file with new System.ComponentModel.Container ()Este ejemplo muestra cómo utilizar C# para mostrar una imagen en la ventana, en concreto las imágenes en formato JPG, comenzando con el archivo especificado para un objeto de imagen, ajuste el cuadro de imagen para almacenar el tamañ o mínimo de la barra de desplazamiento, y finalmente dibujar el tamañ o físico especificado por la imagen original. La generación de objetos, Piccy = Image.FromFile (@ "Winter.jpg") obtener un objeto Image a partir del archivo especificado con nueva System.ComponentModel.Container ()
(系统自动生成,下载前可以参看下载内容)
下载文件列表
DisplayImage\DisplayImage\App.ico
............\............\AssemblyInfo.cs
............\............\bin\Debug\Winter.jpg
............\............\DisplayImage.csproj
............\............\DisplayImage.csproj.user
............\............\Form1.cs
............\............\Form1.resx
............\DisplayImage.sln
............\DisplayImage.suo
............\............\bin\Debug
............\............\bin
............\DisplayImage
DisplayImage