Exemplo n.º 1
0
 public ImageViewModel(IImageRead image, int index = -1)
 {
     Source = image;
     Bitmap = Source.GetBimapSource();
     Index  = index;
 }