The PinchGesture class contains the details of a detected pinch gesture.
| Property | Description |
|---|---|
location | (get) location: Point2DSignal Specifies a Point2DSignal that represents the current center point between two touches of the pinch gesture in screen coordinates.Note: The location is always specified in the screen coordinates, even if the event was emitted as a result of pinching on a specific object. |
scale | (get) scale: ScalarSignal Specifies a [ ScalarSignal](/docs/camera-effects/reference/reactive_module/scalarsignal_class) representing the scale factor indicated by the gesture. |
This module exposes no methods.