Occurs when the user starts a pinch operation.
public event EventHandler<InteractivePinchStartedEventArgs> PinchStarted
Public Event PinchStarted As EventHandler(Of Leadtools.Controls.InteractivePinchStartedEventArgs)
public:
event EventHandler<Leadtools::Controls::InteractivePinchStartedEventArgs^>^ PinchStarted
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 | object | 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