Example #1
0
        /**************************************************************************/

        /* Adjust the view using GUI components for moving along the x and y
         * direction and for changing the zoom of the image displayed
         * *************************************************************************/
        private void scrollBarY_Scroll(object sender, ScrollEventArgs e)
        {
            hWndControl.moveYByGUIHandle(scrollBarY.Maximum - scrollBarY.Value);
        }