C# 클래스 SharpVectors.Dom.Events.MouseEvent

Summary description for MouseEvent.
상속: UiEvent, IMouseEvent
파일 보기 프로젝트 열기: codebutler/savagesvg

공개 메소드들

메소드 설명
InitMouseEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget ) : void
InitMouseEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget, bool altGraphKey ) : void
MouseEvent ( ) : System
MouseEvent ( EventType eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget, bool altGraphKey ) : System
MouseEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget ) : System
MouseEvent ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget, bool altGraphKey ) : System

메소드 상세

InitMouseEvent() 공개 메소드

public InitMouseEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget ) : void
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
screenX long
screenY long
clientX long
clientY long
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
button ushort
relatedTarget IEventTarget
리턴 void

InitMouseEventNs() 공개 메소드

public InitMouseEventNs ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget, bool altGraphKey ) : void
namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
screenX long
screenY long
clientX long
clientY long
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
button ushort
relatedTarget IEventTarget
altGraphKey bool
리턴 void

MouseEvent() 공개 메소드

public MouseEvent ( ) : System
리턴 System

MouseEvent() 공개 메소드

public MouseEvent ( EventType eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget, bool altGraphKey ) : System
eventType EventType
bubbles bool
cancelable bool
view IAbstractView
detail long
screenX long
screenY long
clientX long
clientY long
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
button ushort
relatedTarget IEventTarget
altGraphKey bool
리턴 System

MouseEvent() 공개 메소드

public MouseEvent ( string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget ) : System
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
screenX long
screenY long
clientX long
clientY long
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
button ushort
relatedTarget IEventTarget
리턴 System

MouseEvent() 공개 메소드

public MouseEvent ( string namespaceUri, string eventType, bool bubbles, bool cancelable, IAbstractView view, long detail, long screenX, long screenY, long clientX, long clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, ushort button, IEventTarget relatedTarget, bool altGraphKey ) : System
namespaceUri string
eventType string
bubbles bool
cancelable bool
view IAbstractView
detail long
screenX long
screenY long
clientX long
clientY long
ctrlKey bool
altKey bool
shiftKey bool
metaKey bool
button ushort
relatedTarget IEventTarget
altGraphKey bool
리턴 System