C#
VB
WinRT C#
Gets or sets the final horizontal and vertical velocity of the drag, if the drag was inertial.
public Point Velocity {get; set;} Public Property Velocity As Point public Point Velocity {get; set;} get_Velocity();set_Velocity(value);Object.defineProperty('Velocity');
The final horizontal and vertical velocity of the drag, if the drag was inertial.
time_delta = drag_completed_time_stamp - drag_started_time_stamp; // In Millisecondsveclocity.x = (Position.X - Origin.X) / time_delta;veclocity.y = (Position.Y - Origin.Y) / time_delta;
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
