C# Class LayoutFarm.UI.UIEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
OffsetCanvasOrigin ( int dx, int dy ) : void
SetLocation ( int x, int y ) : void
StopPropagation ( ) : void
UIEventArgs ( ) : System

Method Details

Clear() public method

public Clear ( ) : void
return void

OffsetCanvasOrigin() public method

public OffsetCanvasOrigin ( int dx, int dy ) : void
dx int
dy int
return void

SetLocation() public method

public SetLocation ( int x, int y ) : void
x int
y int
return void

StopPropagation() public method

public StopPropagation ( ) : void
return void

UIEventArgs() public method

public UIEventArgs ( ) : System
return System