扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.imageio类imagereader的类成员方法: getheight定义及介绍
发布时间:2014-2-18
本文导语:
getheight
public abstract int getheight(int imageindex)
throws ioexception
返回输入源中的给定图像的高度,以像素为单位。
如果可以将图像呈现为用户指定大小,则此方法将返回默认高度。
参数:imageindex - 要查询的图...