Struct IntRectInterop

Struct IntRectInterop#

Struct Documentation#

struct IntRectInterop#

This structure describes a rectangle, given by its top-left corner and its width and height.

Public Members

std::int32_t x#

The x-coordinate of the top-left corner.

std::int32_t y#

The y-coordinate of the top-left corner.

std::int32_t w#

The width of the rectangle.

std::int32_t h#

The height of the rectangle.