示例#1
0
 public static void SetupHyperImage(Image img)
 {
     mHyperImage = new HyperImage(img);
 }
示例#2
0
 public HyperImage_without_image(HyperImage hyper)
 {
     name      = hyper.name;
     locations = hyper.locations;
     texts     = hyper.texts;
 }