width property

int get width

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

Implementation

external int get width;
set width (int value)

Implementation

external set width(int value);