Describes style's skin which is an image part.
You can find more information in comments below.
class IStyleSkin
{
protected:
String m_sName;
RectF m_sRect;
public:
String const &Name; // Name
RectF const &Rect; // Rectangle which is an image part
virtual IStyleImage *getImage() = 0; // Return corresponding style image
};
Namespace: | nitisa |
Include: | Nitisa/Interfaces/IStyleSkin.h |