C# 클래스 cleanCore.D3D.Font

상속: IResource
파일 보기 프로젝트 열기: Vipeax/cleanLayer 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void
Font ( string font, int size ) : System.Diagnostics
OnLostDevice ( ) : void
OnResetDevice ( ) : void
Print ( int x, int y, string text, Color color ) : void
Release ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Font() 공개 메소드

public Font ( string font, int size ) : System.Diagnostics
font string
size int
리턴 System.Diagnostics

OnLostDevice() 공개 메소드

public OnLostDevice ( ) : void
리턴 void

OnResetDevice() 공개 메소드

public OnResetDevice ( ) : void
리턴 void

Print() 공개 메소드

public Print ( int x, int y, string text, Color color ) : void
x int
y int
text string
color Color
리턴 void

Release() 공개 메소드

public Release ( ) : void
리턴 void