コード例 #1
0
ファイル: Renderer.cs プロジェクト: andy123456789088/Spider
 protected override void OnPaint(PaintEventArgs e)
 {
     base.OnPaint(e);
     g = new Graphics.Graphics(e.Graphics);
     this.BeforePaint(g);
 }
コード例 #2
0
ファイル: Renderer.cs プロジェクト: andyld97/Spider
 protected override void OnPaint(PaintEventArgs e)
 {
     base.OnPaint(e);
     g = new Graphics.Graphics(e.Graphics);
     this.BeforePaint(g);
 }