Struct DblRect#

Struct Documentation#

struct DblRect#

A rectangle (with double coordinates).

Public Functions

inline void Invalidate()#

Invalidates this object.

Public Members

double x#

The x-coordinate of the upper-left point of the rectangle.

double y#

The y-coordinate of the upper-left point of the rectangle.

double w#

The width of the rectangle.

double h#

The height of the rectangle.