Error processing SSI file
LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)

Show in webframe

ImageViewerScrollChangedEventArgs Constructor






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

Error processing SSI file