コード例 #1
0
 public PlotIconBase(int width, int height)
 {
     rectSizing = new RectSizing (width, height);
     Init ();
 }
コード例 #2
0
ファイル: PlotIconBase.cs プロジェクト: spegelref/ScoobyRom
 public PlotIconBase(int width, int height)
 {
     rectSizing = new RectSizing(width, height);
     Init();
 }