Rectangle

A rectangle.

Members

Variables

fixedHeight
bool fixedHeight;

Boolean determining whether the height is fixed and relative to the image height.

fixedWidth
bool fixedWidth;

Boolean determining whether the width is fixed and relative to the image width.

height
ptrdiff_t height;

The height.

width
ptrdiff_t width;

The width.

x
ptrdiff_t x;

The x coordinate.

y
ptrdiff_t y;

The y coordinate.

Meta