LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly)
LEAD Technologies, Inc

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. .NET support Silverlight support
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
)
function 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageViewerScrollChangedEventArgs Class
ImageViewerScrollChangedEventArgs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.