Exemple #1
0
 private void OnGetLastDrawEventUpdated(object sender, ROIDescriptor.LastEventArgs lastEventArgs)
 {
     GetLastEventData = lastEventArgs.data;
 }
Exemple #2
0
 protected void UpdateLastROIDrawEvent(ROIDescriptor.LastEventArgs e)
 {
     this.LastROIDrawEvent?.Invoke(this, e);
 }