LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

ImageViewerScrollChangedEventArgs Constructor

Show in webframe





The change in the horizontal offset.
The updated horizontal offset.
The change in the vertical offset.
The updated vertical offset.
Initializes a new instance of the ImageViewerScrollChangedEventArgs class.
Syntax
public ImageViewerScrollChangedEventArgs( 
   double horizontalChange,
   double horizontalOffset,
   double verticalChange,
   double verticalOffset
)
'Declaration
 
Public Function New( _
   ByVal horizontalChange As Double, _
   ByVal horizontalOffset As Double, _
   ByVal verticalChange As Double, _
   ByVal verticalOffset As Double _
)
'Usage
 
Dim horizontalChange As Double
Dim horizontalOffset As Double
Dim verticalChange As Double
Dim verticalOffset As Double
 
Dim instance As New ImageViewerScrollChangedEventArgs(horizontalChange, horizontalOffset, verticalChange, verticalOffset)

            

            
public:
ImageViewerScrollChangedEventArgs( 
   double horizontalChange,
   double horizontalOffset,
   double verticalChange,
   double verticalOffset
)

Parameters

horizontalChange
The change in the horizontal offset.
horizontalOffset
The updated horizontal offset.
verticalChange
The change in the vertical offset.
verticalOffset
The updated vertical offset.
Example

For C#/VB examples, refer to ScrollChanged.

Requirements

Target Platforms

See Also

Reference

ImageViewerScrollChangedEventArgs Class
ImageViewerScrollChangedEventArgs Members

 

 


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