ImageGear .NET - Updated
ImGearPanCtl Class
Members 




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace : ImGearPanCtl Class
Allows the visible portion of an image displayed in the ImageGear.Windows.Forms.ImGearPageView class control to be moved by dragging the mouse around in the image.
Object Model
ImGearPanCtl ClassImGearPageView ClassImGearPageView Class
Syntax
'Declaration
 
Public Class ImGearPanCtl 
   Inherits System.Windows.Controls.Control
'Usage
 
Dim instance As ImGearPanCtl
public class ImGearPanCtl : System.Windows.Controls.Control 
public __gc class ImGearPanCtl : public System.Windows.Controls.Control 
public ref class ImGearPanCtl : public System.Windows.Controls.Control 
Remarks
Optionally, a floating window can be used to display the complete image, scaled to fit within the floating window. By dragging the mouse within this floating window, the image in the ImageGear.Windows.Forms.ImGearPageView class control is repositioned. The portion of the image that is visible in the ImageGear.Windows.Forms.ImGearPageView class control is displayed within the floating window in reverse video.
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     ImageGear.WPF.ImGearPanCtl

See Also

Reference

ImGearPanCtl Members
ImageGear.WPF Namespace
ImGearPageView Class