Initializes a new PinchGestureEvent with explicit parameters.
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) 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
