C# 클래스 OurSonic.UIManager.TextArea

상속: Element
파일 보기 프로젝트 열기: OurSonic/OurSonicSharp

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Construct ( ) : void
Draw ( CanvasRenderingContext2D canv ) : void
ForceDrawing ( ) : ForceRedrawing
TextArea ( int x, int y, DelegateOrValue text ) : System.Html.Media.Graphics

메소드 상세

Construct() 공개 메소드

public Construct ( ) : void
리턴 void

Draw() 공개 메소드

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

ForceDrawing() 공개 메소드

public ForceDrawing ( ) : ForceRedrawing
리턴 ForceRedrawing

TextArea() 공개 메소드

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