DragStartedEventArgs(Double, Double) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the DragStartedEventArgs class.
public:
DragStartedEventArgs(double horizontalOffset, double verticalOffset);
DragStartedEventArgs(double const& horizontalOffset, double const& verticalOffset);
public DragStartedEventArgs(double horizontalOffset, double verticalOffset);
function DragStartedEventArgs(horizontalOffset, verticalOffset)
Public Sub New (horizontalOffset As Double, verticalOffset As Double)
Parameters
- horizontalOffset
-
Double
double
The horizontal distance between the current mouse position and the thumb coordinates.
- verticalOffset
-
Double
double
The vertical distance between the current mouse position and the thumb coordinates.