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.