DomWheelEvent 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
- view
- DomAbstractView
- screenX
- Int32
- screnY
- Int32
- clientX
- Int32
- clientY
- Int32
- ctrlKey
- Boolean
- altKey
- Boolean
- shiftKey
- Boolean
- metaKey
- Boolean