C# Class LayoutFarm.UI.UIEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

OffsetCanvasOrigin() public méthode

public OffsetCanvasOrigin ( int dx, int dy ) : void
dx int
dy int
Résultat void

SetLocation() public méthode

public SetLocation ( int x, int y ) : void
x int
y int
Résultat void

StopPropagation() public méthode

public StopPropagation ( ) : void
Résultat void

UIEventArgs() public méthode

public UIEventArgs ( ) : System
Résultat System