C# 클래스 LayoutFarm.UI.UIEventArgs

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

공개 메소드들

메소드 설명
Clear ( ) : void
OffsetCanvasOrigin ( int dx, int dy ) : void
SetLocation ( int x, int y ) : void
StopPropagation ( ) : void
UIEventArgs ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

OffsetCanvasOrigin() 공개 메소드

public OffsetCanvasOrigin ( int dx, int dy ) : void
dx int
dy int
리턴 void

SetLocation() 공개 메소드

public SetLocation ( int x, int y ) : void
x int
y int
리턴 void

StopPropagation() 공개 메소드

public StopPropagation ( ) : void
리턴 void

UIEventArgs() 공개 메소드

public UIEventArgs ( ) : System
리턴 System