Contains data for the InteractiveService.PinchDelta event.
function lt.Controls.InteractivePinchDeltaEventArgs
extends lt.Controls.InteractiveMultiTouchEventArgs
class lt.Controls.InteractivePinchDeltaEventArgs()
extends lt.Controls.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.
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