Esempio n. 1
0
 public PlotIconBase(int width, int height)
 {
     rectSizing = new RectSizing (width, height);
     Init ();
 }
Esempio n. 2
0
 public PlotIconBase(int width, int height)
 {
     rectSizing = new RectSizing(width, height);
     Init();
 }