Ejemplo n.º 1
0
    public override bool draw(float w, float h)
    {
        Rect rect;

        rect = new Rect(0, 0, w, h);

        GUIX.drawLabel(rect, content, style);

        return(false);
    }