コード例 #1
0
        protected override void drawBackground(Graphics graphics, float parentAlpha, float x, float y)
        {
            base.drawBackground(graphics, parentAlpha, x, y);

            // Manually draw the title table before clipping is done.
            titleTable.color.A = color.A;
            float padTop = getPadTop(), padLeft = getPadLeft();

            titleTable.setSize(getWidth() - padLeft - getPadRight(), padTop);
            titleTable.setPosition(padLeft, 0);
        }