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