PowerArgs.Cli.Grid.OnPaint C# (CSharp) 메소드

OnPaint() 보호된 메소드

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