C# Class OurSonic.UIManager.TextBox

Inheritance: Element
Mostra file Open project: OurSonic/OurSonicSharp Class Usage Examples

Private Properties

Property Type Description
SelectWord void

Public Methods

Method 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

Method Description
SelectWord ( ) : void

Method Details

Construct() public method

public Construct ( ) : void
return void

Draw() public method

public Draw ( CanvasRenderingContext2D canv ) : void
canv System.Html.Media.Graphics.CanvasRenderingContext2D
return void

ForceDrawing() public method

public ForceDrawing ( ) : ForceRedrawing
return ForceRedrawing

OnClick() public method

public OnClick ( Pointer e ) : bool
e Pointer
return bool

OnKeyDown() public method

public OnKeyDown ( Event e ) : bool
e System.Html.Event
return bool

OnMouseOver() public method

public OnMouseOver ( Pointer e ) : bool
e Pointer
return bool

OnMouseUp() public method

public OnMouseUp ( Pointer e ) : bool
e Pointer
return bool

TextBox() public method

public TextBox ( int x, int y, int width, int height, DelegateOrValue text ) : System
x int
y int
width int
height int
text DelegateOrValue
return System