C# Class Ypsilon.Core.Graphics.Curses

Afficher le fichier Open project: ZaneDubya/YCPU Class Usage Examples

Méthodes publiques

Свойство Type Description
CharsHigh int
CharsWide int
OneCharHeight int
OneCharWidth int

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears the Curses display.

Curses ( GraphicsDevice graphics, int width, int height, string font, bool useHorizSpacingPixel ) : System

Creates a Curses display. Width and Height are in 8x8 character increments.

Randomize ( ) : void
Render ( SpriteBatchExtended spriteBatch, EffectState effect, Vector2 offset ) : void
WriteBox ( int x, int y, int w, int h, CurseDecoration d ) : void
WriteLines ( int x, int y, int width, string s, char delim ) : void
WriteString ( int x, int y, string s ) : void

Method Details

Clear() public méthode

Clears the Curses display.
public Clear ( ) : void
Résultat void

Curses() public méthode

Creates a Curses display. Width and Height are in 8x8 character increments.
public Curses ( GraphicsDevice graphics, int width, int height, string font, bool useHorizSpacingPixel ) : System
graphics GraphicsDevice
width int
height int
font string
useHorizSpacingPixel bool
Résultat System

Randomize() public méthode

public Randomize ( ) : void
Résultat void

Render() public méthode

public Render ( SpriteBatchExtended spriteBatch, EffectState effect, Vector2 offset ) : void
spriteBatch SpriteBatchExtended
effect EffectState
offset Vector2
Résultat void

WriteBox() public méthode

public WriteBox ( int x, int y, int w, int h, CurseDecoration d ) : void
x int
y int
w int
h int
d CurseDecoration
Résultat void

WriteLines() public méthode

public WriteLines ( int x, int y, int width, string s, char delim ) : void
x int
y int
width int
s string
delim char
Résultat void

WriteString() public méthode

public WriteString ( int x, int y, string s ) : void
x int
y int
s string
Résultat void

Property Details

CharsHigh public_oe property

public int CharsHigh
Résultat int

CharsWide public_oe property

public int CharsWide
Résultat int

OneCharHeight public_oe property

public int OneCharHeight
Résultat int

OneCharWidth public_oe property

public int OneCharWidth
Résultat int