Occurs when the user starts a pinch operation.
Object.defineProperty(InteractiveService.prototype,'pinchStarted',get: function(),set: function(value))function pinchStarted.add(function(sender, e));function pinchStarted.remove(function(sender, e));
pinchStarted: void; Pinch events are only supported by touch devices.
The PinchStarted event will fire when any of the following occurs:
On a device that supports touch and PinchStartsOnDown is set to true: When the user presses two finger down on EventsTarget.
On a device that supports touch and PinchStartsOnDown is set to false: When the user presses two finger down and then moves on EventsTarget.
| Parameter | Type | Description |
|---|---|---|
| sender | var | The source of the event. |
| e | InteractivePinchStartedEventArgs | The event data. |
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
