C# Syntax
public class WebPinchArgs : HP.LFT.SDK.Core.TimedGestureArgs
System.Object
HP.LFT.SDK.Core.LocationBasedGestureArgs
HP.LFT.SDK.Core.TimedGestureArgs
HP.LFT.SDK.Web.WebPinchArgs
Name | Description | |
---|---|---|
WebPinchArgs Constructor | Initializes a new instance of the WebPinchArgs class with default arguments (pinches from the center of the object in 1 seconds). |
Name | Description | |
---|---|---|
Duration | The time period (in seconds) of the swipe gesture. Default value = 0.25 (Inherited from HP.LFT.SDK.Core.TimedGestureArgs ) | |
Location | The location in which to perform the gesture. Possible values:Location . Default = center of the object. (Inherited from HP.LFT.SDK.Core.LocationBasedGestureArgs) | |
Scale | The zoom scale resulting from the pinch gesture. This number is the ratio between the distance between the fingers at the end of the pinch gesture to the distance between the fingers at the beginning of the pinch gesture.
For example, if you were to touch a screen with your fingers 6 cm apart, and pinch until your fingers were 3 cm apart, the scale would be 0.5. Likewise, if your fingers were 3 cm apart, and you pinch until your fingers are 6 cm apart, the scale would be 2. |