DDUtils.IsMovementBigEnough(Point, Point) Method
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.
public:
static bool IsMovementBigEnough(System::Windows::Point initialMousePosition, System::Windows::Point currentPosition);
public static bool IsMovementBigEnough (System.Windows.Point initialMousePosition, System.Windows.Point currentPosition);
static member IsMovementBigEnough : System.Windows.Point * System.Windows.Point -> bool
Public Shared Function IsMovementBigEnough (initialMousePosition As Point, currentPosition As Point) As Boolean
Parameters
- initialMousePosition
- Point
- currentPosition
- Point
Returns
Returns Boolean.