码迷,mamicode.com
首页 > Windows程序 > 详细

c#获取图片的高和宽

时间:2016-07-06 11:44:02      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:

Bitmap pic = new Bitmap(图片文件名);

int width = pic.Size.Width; // 图片的宽度
int height = pic.Size.Height; // 图片的高度

c#获取图片的高和宽

标签:

原文地址:http://www.cnblogs.com/qinweizhi/p/5646348.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!