Final horizontal and vertical velocity of the drag, if the drag was inertial.
public LeadPointD Velocity { get; set; }
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 Milliseconds
veclocity.x = (Position.X - Origin.X) / time_delta;
veclocity.y = (Position.Y - Origin.Y) / time_delta;
InteractiveDragCompletedEventArgs Class
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document