예제 #1
0
 public PlotIconBase(int width, int height)
 {
     rectSizing = new RectSizing (width, height);
     Init ();
 }
예제 #2
0
 public PlotIconBase(int width, int height)
 {
     rectSizing = new RectSizing(width, height);
     Init();
 }