# PinchGesture

The `PinchGesture` class contains the details of a detected pinch gesture.

## Properties

| Property   | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `location` | <p><code>(get) location: PixelPointSignal (set) (Not Available)</code> Specifies a <a href="https://sparkar.facebook.com/docs/camera-effects/reference/reactive_module/pixelpointsignal_class"><code>PixelPointSignal</code></a> that represents the current center point between two touches of the pinch gesture in screen coordinates.</p><p><strong>Note</strong>: The location is always specified in the screen coordinates, even if the event was emitted as a result of pinching on a specific object.</p> |
| `scale`    | <p><code>(get) scale: ScalarSignal (set) (Not Available)</code></p><p>Specifies a <a href="https://sparkar.facebook.com/docs/camera-effects/reference/reactive_module/scalarsignal_class"><code>ScalarSignal</code></a> representing the scale factor indicated by the gesture.</p>                                                                                                                                                                                                                                |

## Methods

This module exposes no methods.
