height property
Height of the image in pixels.
Implementation
@override get height {
structOnOp((p) => _height = p.readerAt(_o[.height]).Int32());
return _height;
}
Height of the image in pixels.
@override get height {
structOnOp((p) => _height = p.readerAt(_o[.height]).Int32());
return _height;
}