C#
VB
C++
Occurs when the user moves the fingers while performing a pinch operation.
public event EventHandler<InteractivePinchDeltaEventArgs> PinchDelta
Public Event PinchDelta As EventHandler(Of Leadtools.Controls.InteractivePinchDeltaEventArgs)
public:
event EventHandler<Leadtools::Controls::InteractivePinchDeltaEventArgs^>^ PinchDelta
Pinch events are only supported by touch devices.
The PinchDelta event will always fire after PinchStarted occurs and any of the following occurs:
Note that pinch events are not supported in the Windows Forms platform.
Parameter | Type | Description |
---|---|---|
sender | object | The source of the event. |
e | InteractivePinchDeltaEventArgs | 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