Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.10
|
Leadtools.Windows.Controls Namespace > ImageViewerScrollChangedEventArgs Class : ImageViewerScrollChangedEventArgs Constructor |
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 )
For C#/VB examples, refer to ScrollChanged.