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