IStyleSkin



Describes style's skin which is an image part.

You can find more information in comments below.

class IStyleSkin
{
public:
    virtual String getName() = 0; // Return name 
    virtual RectF getRect() = 0; // Return rectangle which is an image part 
    virtual IStyleImage *getImage() = 0; // Return corresponding style image 
};
Namespace: nitisa
Include: Nitisa/Interfaces/IStyles.h