Example #1
0
 protected void InvokePaint(AsciiControle control, AsciiPaintEventArgs e)
 {
 }
Example #2
0
 public override void OnPaint(AsciiPaintEventArgs e)
 {
     var rect = e.ClipRectangle;
     var g = e.Graphics;
 }
Example #3
0
 public virtual void OnPaint(AsciiPaintEventArgs e)
 {
 }
Example #4
0
 public override void OnPaint(AsciiPaintEventArgs e)
 {
     var g = e.Graphics;
     //g.SetChar(0,0,new AsciiColor(ConsoleColor.Blue, ConsoleColor.Yellow, '*'));
 }