(Leadtools.Controls)

PinchGestureEvent Constructor (PinchGestureEvent_Java)

Show in webframe





The current position of the first touch.
The current position of the second touch.
The scaling factor from the current event to the previous event.
The distance between the position1 and position2.
The angle between the position1 and position2.
Initializes a new PinchGestureEvent with explicit parameters.
Syntax
public PinchGestureEvent( 
   PointF position1,
   PointF position2,
   float scale,
   float distance,
   float angle
)
Public Function New( _
   ByVal position1 As PointF, _
   ByVal position2 As PointF, _
   ByVal scale As Single, _
   ByVal distance As Single, _
   ByVal angle As Single _
)
public PinchGestureEvent( 
   PointF position1,
   PointF position2,
   float scale,
   float distance,
   float angle
)

            
public PinchGestureEvent(PointF position1, PointF position2, float scale, float distance, float angle)
function PinchGestureEvent( 
   position1 ,
   position2 ,
   scale ,
   distance ,
   angle 
)

Parameters

position1
The current position of the first touch.
position2
The current position of the second touch.
scale
The scaling factor from the current event to the previous event.
distance
The distance between the position1 and position2.
angle
The angle between the position1 and position2.
Requirements

Target Platforms

See Also

Reference

PinchGestureEvent Class
PinchGestureEvent Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.