WEB开发网
开发学院WEB开发ASP.NET c#给图片添加文字 阅读

c#给图片添加文字

 2012-11-16 20:54:13 来源:WEB开发网   
核心提示:}else{if (image.Height / tHeight >= image.Width / tWidth){bl = Convert.ToDouble(image.Height) / Convert.ToDouble(tHeight);}else{bl = Convert.ToDouble(image.W
}
else
{
if (image.Height / tHeight >= image.Width / tWidth)
{
bl = Convert.ToDouble(image.Height) / Convert.ToDouble(tHeight);

}
else
{
bl = Convert.ToDouble(image.Width) / Convert.ToDouble(tWidth);

}

}


Bitmap b = new Bitmap(image, Convert.ToInt32(image.Width / bl), Convert.ToInt32(image.Height / bl));

b.Save(newpath);
b.Dispose();
image.Dispose();


}
catch
{


}

}
}
}

上一页  1 2 3 4 

Tags:图片 添加 文字

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接