ClassPinchEventArgs
Class
Pinch gesture event arguments.
Definition
Namespace:Telerik.Windows.Input.Touch
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class PinchEventArgs : RadRoutedEventArgs
Inheritance: objectRadRoutedEventArgsPinchEventArgs
Properties
Methods
GetTouchPoint1(IInputElement)
Gets the first touch point.
Declaration
cs-api-definition
public TouchPoint GetTouchPoint1(IInputElement relativeTo)
Parameters
relativeTo
IInputElement
Returns
TouchPoint
GetTouchPoint2(IInputElement)
Gets the second touch point.
Declaration
cs-api-definition
public TouchPoint GetTouchPoint2(IInputElement relativeTo)
Parameters
relativeTo
IInputElement
Returns
TouchPoint