ResizableProps struct reference


A structure that stores data, which are used mainly when resizing a parent window.

Functions documentation

Default constructor.


Copy constructor.


Destructor.


Variables documentation

Point<int> BasePosition;

Stores information about the original location of the widget.


Dimension<size_t> ParentBaseDimension;

Stores information about the size of the parent when creating the widget.


Dimension<size_t> BaseDimension;

Stores information about the original dimension of the widget.