AlphaTab.Rendering.BarRendererBase.PaintBackground C# (CSharp) Method

PaintBackground() protected method

protected PaintBackground ( float cx, float cy, ICanvas canvas ) : void
cx float
cy float
canvas ICanvas
return void
        protected virtual void PaintBackground(float cx, float cy, ICanvas canvas)
        {
            //var c = new Color((byte)Std.Random(255),
            //      (byte)Std.Random(255),
            //      (byte)Std.Random(255),
            //      100);
            //canvas.Color = c;
            //canvas.FillRect(cx + X, cy + Y, Width, Height);
        }