|
ACF $AcfVersion:0$
|
Interface for defining constraints on rectangle dimensions. More...
#include <IRectangleConstraints.h>
Public Member Functions | |
| virtual istd::CIntRange | GetWidthRange () const =0 |
| Get the valid range for rectangle width. | |
| virtual istd::CIntRange | GetHeightRange () const =0 |
| Get the valid range for rectangle height. | |
Public Member Functions inherited from istd::IPolymorphic | |
| virtual | ~IPolymorphic () |
Interface for defining constraints on rectangle dimensions.
Provides methods to retrieve valid ranges for width and height.
Definition at line 17 of file IRectangleConstraints.h.
|
pure virtual |
Get the valid range for rectangle height.
|
pure virtual |
Get the valid range for rectangle width.