←Select platform

InteractivePinchStartedEventArgs Class

Summary

Contains data for the InteractiveService.PinchStarted event.

Syntax

C#
VB
C++
public class InteractivePinchStartedEventArgs : InteractiveMultiTouchEventArgs 
Public Class InteractivePinchStartedEventArgs 
   Inherits InteractiveMultiTouchEventArgs 
public ref class InteractivePinchStartedEventArgs : InteractiveMultiTouchEventArgs 

Remarks

This class derives from InteractiveMultiTouchEventArgs and adds the following members:

Member Description
Angle The angle between the original and current positions.
Distance The distance between the original and current positions.

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly