Click or drag to resize

PinchGesture Class

两个指头捏或者放的手势。
Inheritance Hierarchy
SystemObject
  FairyGUIEventDispatcher
    FairyGUIPinchGesture

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class PinchGesture : EventDispatcher

The PinchGesture type exposes the following members.

Constructors
  NameDescription
Public methodPinchGesture
Initializes a new instance of the PinchGesture class
Top
Properties
  NameDescription
Public propertyhost
Public propertyonAction
当手势动作时派发该事件。
Public propertyonBegin
当两个手指开始呈捏手势时派发该事件。
Public propertyonEnd
当其中一个手指离开屏幕时派发该事件。
Top
Methods
Fields
  NameDescription
Public fielddelta
从上次通知后的改变量。
Public fieldscale
总共缩放的量。
Top
See Also