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

OnPaint() 보호된 메소드

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