只读的 ImageData.height
属性,返回在图像数据对象中的行的数量。
语法
imagedata.height
示例
var imagedata = new ImageData(100, 100);
imagedata.height; // 100
作者:terry,如若转载,请注明出处:https://www.web176.com/canvas_api/7816.html
只读的 ImageData.height
属性,返回在图像数据对象中的行的数量。
imagedata.height
var imagedata = new ImageData(100, 100);
imagedata.height; // 100
作者:terry,如若转载,请注明出处:https://www.web176.com/canvas_api/7816.html