C# Class OurSonic.UIManager.HtmlBox

Inheritance: Element
Afficher le fichier Open project: OurSonic/OurSonicSharp

Méthodes publiques

Méthode Description
Construct ( ) : void
Draw ( CanvasRenderingContext2D canv ) : void
Focus ( Pointer e ) : void
HtmlBox ( int x, int y ) : System
LoseFocus ( ) : void
OnClick ( Pointer e ) : bool
OnMouseOver ( Pointer e ) : bool
OnMouseUp ( Pointer e ) : bool

Method Details

Construct() public méthode

public Construct ( ) : void
Résultat void

Draw() public méthode

public Draw ( CanvasRenderingContext2D canv ) : void
canv System.Html.Media.Graphics.CanvasRenderingContext2D
Résultat void

Focus() public méthode

public Focus ( Pointer e ) : void
e Pointer
Résultat void

HtmlBox() public méthode

public HtmlBox ( int x, int y ) : System
x int
y int
Résultat System

LoseFocus() public méthode

public LoseFocus ( ) : void
Résultat void

OnClick() public méthode

public OnClick ( Pointer e ) : bool
e Pointer
Résultat bool

OnMouseOver() public méthode

public OnMouseOver ( Pointer e ) : bool
e Pointer
Résultat bool

OnMouseUp() public méthode

public OnMouseUp ( Pointer e ) : bool
e Pointer
Résultat bool