コード例 #1
0
 public PlotPoints(PlotPoint x, PlotPoint y)
 {
     this.X = x;
     this.Y = y;
     if ((Y.PointType == typeof(int)) || (Y.PointType == typeof(double)) || (Y.PointType == typeof(decimal)))
     {
     }
 }
コード例 #2
0
 public PlotPoints(PlotPoint x, PlotPoint y)
 {
     this.X = x;
     this.Y = y;
 }