ACF $AcfVersion:0$
Public Member Functions | List of all members
i2d::IRectangleConstraints Class Referenceabstract

Interface for defining constraints on rectangle dimensions. More...

#include <IRectangleConstraints.h>

Inheritance diagram for i2d::IRectangleConstraints:
istd::IPolymorphic

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 ()
 

Detailed Description

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.

Member Function Documentation

◆ GetHeightRange()

virtual istd::CIntRange i2d::IRectangleConstraints::GetHeightRange ( ) const
pure virtual

Get the valid range for rectangle height.

Returns
Range of acceptable height values.

◆ GetWidthRange()

virtual istd::CIntRange i2d::IRectangleConstraints::GetWidthRange ( ) const
pure virtual

Get the valid range for rectangle width.

Returns
Range of acceptable width values.

The documentation for this class was generated from the following file: