扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.awt.image类multipixelpackedsamplemodel的类成员方法: setpixel定义及介绍
发布时间:2014-2-17
本文导语:
setpixel
public void setpixel(int x,
int y,
int[] iarray,
databuffer data)
使用输入的 int 数组设置 databuffer 中的某个像素。如果坐标超出了范围,则抛出 arrayindexoutofboundsexception。
覆盖:类 s...