DomWheelEvent Constructors

Definition

Overloads

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

Parameters

Applies to

DomWheelEvent(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to

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

Parameters

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

Applies to