PowerArgs.Cli.Grid.OnPaint C# (CSharp) Method

OnPaint() protected method

protected OnPaint ( ConsoleBitmap context ) : void
context ConsoleBitmap
return void
        protected override void OnPaint(ConsoleBitmap context)
        {
            #if PROFILING
            using (new TimeProfiler("Grid.OnPaint"))
            {
            #endif
                PaintInternal(context);
            #if PROFILING
            }
            #endif
        }