height property

int get height

The height property returns and sets the height of an OffscreenCanvas object.

Implementation

external int get height;
set height (int value)

Implementation

external set height(int value);