Final horizontal and vertical velocity of the drag, if the drag was inertial.
Object.defineProperty(InteractiveDragCompletedEventArgs.prototype, 'velocity',get: function(),set: function(value))
velocity: LeadPointD; The final horizontal and vertical velocity of the drag, if the drag was inertial.
snippet
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;
InteractiveDragCompletedEventArgs Class
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
