Compartir a través de


DomWheelEvent Constructores

Definición

Sobrecargas

DomWheelEvent(NSObjectFlag)
DomWheelEvent(IntPtr)
DomWheelEvent(Int32, Int32, DomAbstractView, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean)

DomWheelEvent(NSObjectFlag)

protected DomWheelEvent (Foundation.NSObjectFlag t);
new WebKit.DomWheelEvent : Foundation.NSObjectFlag -> WebKit.DomWheelEvent

Parámetros

Se aplica a

DomWheelEvent(IntPtr)

protected internal DomWheelEvent (IntPtr handle);
new WebKit.DomWheelEvent : nativeint -> WebKit.DomWheelEvent

Parámetros

handle
IntPtr

nativeint

Se aplica a

DomWheelEvent(Int32, Int32, DomAbstractView, Int32, Int32, Int32, Int32, Boolean, Boolean, Boolean, Boolean)

public DomWheelEvent (int wheelDeltaX, int wheelDeltaY, WebKit.DomAbstractView view, int screenX, int screnY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey);
new WebKit.DomWheelEvent : int * int * WebKit.DomAbstractView * int * int * int * int * bool * bool * bool * bool -> WebKit.DomWheelEvent

Parámetros

wheelDeltaX
Int32
wheelDeltaY
Int32
screenX
Int32
screnY
Int32
clientX
Int32
clientY
Int32
ctrlKey
Boolean
altKey
Boolean
shiftKey
Boolean
metaKey
Boolean

Se aplica a