←Select platform

ImageViewerScrollChangedEventArgs Constructor

Summary

Initializes a new instance of the ImageViewerScrollChangedEventArgs class.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal horizontalChange As Double, _ 
   ByVal horizontalOffset As Double, _ 
   ByVal verticalChange As Double, _ 
   ByVal verticalOffset As Double _ 
) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Windows.Controls Assembly