コード例 #1
0
ファイル: Form1.cs プロジェクト: songjiayang/draw_action
 public Form1()
 {
     InitializeComponent();
        // points[0] = new Point(400,200);
        // points[1] = new Point(600, 400);
        // points[2] = new Point(100, 600);
     this.triangle = new LineFillTriangle(this.CreateGraphics());
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: lake2010/MachineVision
 public Form1()
 {
     InitializeComponent();
     // points[0] = new Point(400,200);
     // points[1] = new Point(600, 400);
     // points[2] = new Point(100, 600);
     this.triangle = new LineFillTriangle(this.CreateGraphics());
 }