height property
num
get
height
Returns the actual dimensions of the data in the ImageData object, in pixels.
Implementation
_i2.num get height => _i4.getProperty(
this,
'height',
);
Returns the actual dimensions of the data in the ImageData object, in pixels.
_i2.num get height => _i4.getProperty(
this,
'height',
);