pinchDelta Event

Summary

Occurs when the user moves the fingers while performing a pinch operation.

Syntax
TypeScript
JavaScript
Object.defineProperty(InteractiveService.prototype,'pinchDelta',  
	get: function(), 
	set: function(value) 
) 
pinchDelta: LeadEvent; 
Remarks

Pinch events are only supported by touch devices.

The PinchDelta event will always fire after PinchStarted occurs and any of the following occurs:

  • On a device that supports touch: When the user moves the fingers after pinch operation has been started.
Event Data
ParameterTypeDescription
sendervarThe source of the event.
eInteractivePinchDeltaEventArgsThe event data.
Requirements

Target Platforms

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.