예제 #1
0
 protected void InvokePaint(AsciiControle control, AsciiPaintEventArgs e)
 {
 }
예제 #2
0
파일: AsciiLabel.cs 프로젝트: kridy/ADIPlus
 public override void OnPaint(AsciiPaintEventArgs e)
 {
     var rect = e.ClipRectangle;
     var g = e.Graphics;
 }
예제 #3
0
 public virtual void OnPaint(AsciiPaintEventArgs e)
 {
 }
예제 #4
0
파일: AsciiLabel.cs 프로젝트: kridy/ADIPlus
 public override void OnPaint(AsciiPaintEventArgs e)
 {
     var g = e.Graphics;
     //g.SetChar(0,0,new AsciiColor(ConsoleColor.Blue, ConsoleColor.Yellow, '*'));
 }