IPackageRenderer



Describes renderer. Used in packages and Form Builder.

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

class IPackageRenderer :public virtual IPackageEntity
{
public:
    virtual String getTechnology() = 0; // Return renderer technology(like "DirectX 9.0", "OpenGL 3.3", "GDI", and so on)
};
Namespace: nitisa
Include: Nitisa/Interfaces/IPackageRenderer.h