다음을 통해 공유


DomWheelEvent 생성자

정의

오버로드

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

매개 변수

적용 대상

DomWheelEvent(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상

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

매개 변수

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

적용 대상