C# 클래스 Demo.Formatting.Application

상속: IDemoContext
파일 보기 프로젝트 열기: fealty/Frost 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
KeyPressed ( char keyCharacter ) : bool
Reset ( Canvas target, Device2D device2D ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

KeyPressed() 공개 메소드

public KeyPressed ( char keyCharacter ) : bool
keyCharacter char
리턴 bool

Reset() 공개 메소드

public Reset ( Canvas target, Device2D device2D ) : void
target Frost.Canvas
device2D Device2D
리턴 void