←Select platform

Velocity Property

Summary

Final horizontal and vertical velocity of the drag, if the drag was inertial.

Syntax
C#
VB
C++
public LeadPointD Velocity { get; set; } 
Public Property Velocity() As LeadPointD 
   Get 
   Set 
public:  
   property LeadPointD^ Velocity 
   { 
      LeadPointD^ get() 
      void set(LeadPointD^ value) 
   } 

Property Value

The final horizontal and vertical velocity of the drag, if the drag was inertial.

Remarks

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; 

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.