C# 클래스 LayoutFarm.UI.UIMouseEventArgs

상속: UIEventArgs
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
SetDiff ( int xdiff, int ydiff ) : void
SetEventInfo ( int x, int y, UIMouseButtons button, int clicks, int delta ) : void
SetMouseCapture ( IEventListener listener ) : void
UIMouseEventArgs ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

SetDiff() 공개 메소드

public SetDiff ( int xdiff, int ydiff ) : void
xdiff int
ydiff int
리턴 void

SetEventInfo() 공개 메소드

public SetEventInfo ( int x, int y, UIMouseButtons button, int clicks, int delta ) : void
x int
y int
button UIMouseButtons
clicks int
delta int
리턴 void

SetMouseCapture() 공개 메소드

public SetMouseCapture ( IEventListener listener ) : void
listener IEventListener
리턴 void

UIMouseEventArgs() 공개 메소드

public UIMouseEventArgs ( ) : System
리턴 System