The OpenD Programming Language

Pixel

Number of pixels

Mainly used to differentiate between drawing in plot coordinates or in pixel based coordinates.

Constructors

this
this(int val)

Number of pixels in int

this
this(Pixel val)

Copy constructor

Alias This

value

Members

Variables

value
int value;

Number of pixels

Meta