コード例 #1
0
 public static void SetupHyperImage(Image img)
 {
     mHyperImage = new HyperImage(img);
 }
コード例 #2
0
ファイル: HyperImage.cs プロジェクト: nekosaur/Haytham
 public HyperImage_without_image(HyperImage hyper)
 {
     name      = hyper.name;
     locations = hyper.locations;
     texts     = hyper.texts;
 }