IPropertyImage



Describes single state property of type Bitmap(image).

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

class IPropertyImage :public virtual IProperty
{
public:
    virtual Bitmap* getValue() = 0; // Return value

    virtual void Update() = 0; // Call to update owner after image change
};
Namespace: nitisa
Include: Nitisa/Interfaces/IProperty.h