C# Class OurSonic.UIManager.TextArea

Inheritance: Element
Datei anzeigen Open project: OurSonic/OurSonicSharp

Private Properties

Property Type Description

Public Methods

Method Description
Construct ( ) : void
Draw ( CanvasRenderingContext2D canv ) : void
ForceDrawing ( ) : ForceRedrawing
TextArea ( int x, int y, DelegateOrValue text ) : System.Html.Media.Graphics

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

TextArea() public method

public TextArea ( int x, int y, DelegateOrValue text ) : System.Html.Media.Graphics
x int
y int
text DelegateOrValue
return System.Html.Media.Graphics