C# Class OurSonic.UIManager.TextBox

Inheritance: Element
Afficher le fichier Open project: OurSonic/OurSonicSharp Class Usage Examples

Private Properties

Свойство Type Description
SelectWord void

Méthodes publiques

Méthode Description
Construct ( ) : void
Draw ( CanvasRenderingContext2D canv ) : void
ForceDrawing ( ) : ForceRedrawing
OnClick ( Pointer e ) : bool
OnKeyDown ( Event e ) : bool
OnMouseOver ( Pointer e ) : bool
OnMouseUp ( Pointer e ) : bool
TextBox ( int x, int y, int width, int height, DelegateOrValue text ) : System

Private Methods

Méthode Description
SelectWord ( ) : void

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

ForceDrawing() public méthode

public ForceDrawing ( ) : ForceRedrawing
Résultat ForceRedrawing

OnClick() public méthode

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

OnKeyDown() public méthode

public OnKeyDown ( Event e ) : bool
e System.Html.Event
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

TextBox() public méthode

public TextBox ( int x, int y, int width, int height, DelegateOrValue text ) : System
x int
y int
width int
height int
text DelegateOrValue
Résultat System