Beispiel #1
0
 public TextureModel(int index, Imgd imgd)
 {
     Index   = index;
     Texture = imgd;
     Image   = imgd.GetBimapSource();
 }