Exemple #1
0
 /// <summary>
 /// highlight the "current" image, whatever that means
 /// </summary>
 /// <param name="index"></param>
 public void UpdateCurrentImage(int index)
 {
     DisplayImage.Highlight(index);
     ShowImages?.Invoke(DisplayImage.Composite);
     UpdateDrawingImage(index);
 }