The OpenD Programming Language

Image._height

Height of the image in pixels, when pixels makes sense. By default, this height is 0 (but as the image has no pixel data, this doesn't matter).

struct Image
package nothrow @nogc @safe
int _height;

Meta