コード例 #1
0
ファイル: GraphAnalyzer.cs プロジェクト: rudi-c/htn-stylus
 public XYGraph(IDelegate del, Stroke b) : base(del, b)
 {
     curves = new StrokeCollection();
     colGen = new ColorGen();
 }
コード例 #2
0
ファイル: GraphAnalyzer.cs プロジェクト: rudi-c/htn-stylus
 public XYGraph(IDelegate del, Stroke b) : base(del, b) {
     curves = new StrokeCollection();
     colGen = new ColorGen();
 }