Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal horizontalChange As Double, _ ByVal horizontalOffset As Double, _ ByVal verticalChange As Double, _ ByVal verticalOffset As Double _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
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) |
C# | |
---|---|
public ImageViewerScrollChangedEventArgs( double horizontalChange, double horizontalOffset, double verticalChange, double verticalOffset ) |
C++/CLI | |
---|---|
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.
For C#/VB examples, refer to ImageViewer.ScrollChanged.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family