Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.3
|
Leadtools.Controls Assembly > Leadtools.Controls Namespace : InteractivePinchDeltaEventArgs Class |
Contains data for the InteractiveService.PinchDelta event.
public class InteractivePinchDeltaEventArgs : InteractiveMultiTouchEventArgs
'Declaration
Public Class InteractivePinchDeltaEventArgs Inherits InteractiveMultiTouchEventArgs
This class derives from InteractiveMultiTouchEventArgs and adds the following members:
Member | Description |
---|---|
TotalAngleDelta |
The difference in angle between the current and original positions. |
DistanceRatio |
The ratio of the current distance between the points divided by the original distance between the points. |
Note that pinch events are not supported in the Windows Forms platform.