Content


NTL
Core
IPropertyRectB

IPropertyRectB



Describes single state property of type RectB.

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class IPropertyRectB :public virtual IProperty
{
public:
    virtual RectB getValue() = 0; // Return value

    virtual bool setValue(const RectB value) = 0; // Set value
};
Namespace: nitisa
Include: Nitisa/Package/Interfaces/IPropertyRectB.h