Code samples
Code samples for VintaSoft Imaging .NET SDK. Here you can request a code sample.
Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions < Code samples
// get current scroll position of image viewer System.Drawing.PointF scrollPosition = imageViewer1.AutoScrollPositionEx; // change current scroll position of image viewer imageViewer1.AutoScrollPositionEx = new System.Drawing.PointF(scrollPosition.X, scrollPosition.Y + 50);