Error processing SSI file
(Leadtools.Controls)

Show in webframe

PinchDelta Event




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

The event handler receives an argument of type InteractivePinchDeltaEventArgs containing data related to this event. The following InteractivePinchDeltaEventArgs properties provide information specific to this event.

PropertyDescription
DistanceRatio Ratio of the current distance between cyrrent and original positions.s
IsHandled (Inherited from Leadtools.Controls.InteractiveEventArgs)Indicates whether this event is handled.
MouseButton (Inherited from Leadtools.Controls.InteractiveEventArgs)Mouse button that triggered this event.
NativeEvent (Inherited from Leadtools.Controls.InteractiveEventArgs)Native event associated with this event.
Origin (Inherited from Leadtools.Controls.InteractiveEventArgs)Original mouse or touch position.
Origin2 (Inherited from Leadtools.Controls.InteractiveMultiTouchEventArgs)Position of the origin for the second touch.
Position (Inherited from Leadtools.Controls.InteractiveEventArgs)Current mouse or touch position.
Position2 (Inherited from Leadtools.Controls.InteractiveMultiTouchEventArgs)Current position of the second touch.
TotalAngleDelta Difference in angle between the current and original positions.
Remarks

Pinch events are only supported by touch devices.

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

InteractivePinchDeltaEventArgs

Note that pinch events are not supported in the Windows Forms platform.

Requirements

Target Platforms

See Also

Reference

InteractiveService Class
InteractiveService Members

Error processing SSI file