LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Pan Event

Show in webframe





Occurs when the user performs a panning process for the RasterImagePanViewer displayed image.
Syntax
'Declaration
 
Public Event Pan As EventHandler(Of RasterImagePanViewerEventArgs)
'Usage
 
Dim instance As RasterImagePanViewer
Dim handler As EventHandler(Of RasterImagePanViewerEventArgs)
 
AddHandler instance.Pan, handler

            

            
Event Data

The event handler receives an argument of type RasterImagePanViewerEventArgs containing data related to this event. The following RasterImagePanViewerEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Specifies whether or not to cancel the current panning process.
Rectangle The Pan Rectangle.
Status The Pan process current status.
Remarks
This event provides the current status of the pan operation: Begin, Panning, or End, as well the current panning rectangle.
Example
Refer to Viewer example.
Requirements

Target Platforms

See Also

Reference

RasterImagePanViewer Class
RasterImagePanViewer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.