C# 클래스 Texter.TextImage

상속: ITextRenderer
파일 보기 프로젝트 열기: Rohansi/Texter

공개 메소드들

메소드 설명
Get ( int x, int y ) : Character
Set ( int x, int y, Character character, bool useBlending = true ) : void
TextImage ( uint width, uint height )

Constructs a text image.

메소드 상세

Get() 공개 메소드

public Get ( int x, int y ) : Character
x int
y int
리턴 Character

Set() 공개 메소드

public Set ( int x, int y, Character character, bool useBlending = true ) : void
x int
y int
character Character
useBlending bool
리턴 void

TextImage() 공개 메소드

Constructs a text image.
public TextImage ( uint width, uint height )
width uint Width in characters
height uint Height in characters