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

OnPaint() protected method

protected OnPaint ( ConsoleBitmap context ) : void
context ConsoleBitmap
return void
        protected override void OnPaint(ConsoleBitmap context)
        {
            base.OnPaint(context);
            context.Pen = Value;
            context.DrawPoint(0,0);
        }