C# Class OurSonic.UIManager.TextArea

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

Private Properties

Свойство Type Description

Méthodes publiques

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

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

TextArea() public méthode

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