C#
VB
C++
Final horizontal and vertical velocity of the drag, if the drag was inertial.
public LeadPointD Velocity { get; set; } Public Property Velocity() As LeadPointDGetSet
public:property LeadPointD^ Velocity{LeadPointD^ get()void set(LeadPointD^ value)}
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
