Exemple #1
0
 private void ChangeZoomToFitType(Accusoft.ImagXpressSdk.ZoomToFitType newZoomFitType)
 {
     object[] theArgs = { newZoomFitType };
     myReferenceToMyViewer.Invoke(new SafeContextZoomChanger(this.RealZoomToFitChangerInTheSafeContext), theArgs);
 }
Exemple #2
0
 private void RealZoomToFitChangerInTheSafeContext(Accusoft.ImagXpressSdk.ZoomToFitType newZoomFitType)
 {
     myReferenceToMyViewer.ZoomToFit(newZoomFitType);
 }