Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.MultiTouch Namespace / GestureEventArgs Class
Members

In This Topic
    GestureEventArgs Class
    In This Topic
    Event arguments for all gesture events
    Syntax
    'Declaration
     
    Public Class GestureEventArgs 
       Inherits System.EventArgs
    public class GestureEventArgs : System.EventArgs 
    Remarks
    Some of the properties are related to specific messages: Panning: PanTranslation Zooming: ZoomFactor Rotation: RotateAngle
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          devDept.Eyeshot.Multitouch.GestureEventArgs

    See Also