C# Class Nez.FontCharacterSource

helper that wraps either a string or StringBuilder and provides a common API to read them for measuring/drawing
Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
Length int

Méthodes publiques

Méthode Description
FontCharacterSource ( StringBuilder builder ) : System
FontCharacterSource ( string s ) : System
this ( int index ) : char

Method Details

FontCharacterSource() public méthode

public FontCharacterSource ( StringBuilder builder ) : System
builder StringBuilder
Résultat System

FontCharacterSource() public méthode

public FontCharacterSource ( string s ) : System
s string
Résultat System

this() public méthode

public this ( int index ) : char
index int
Résultat char

Property Details

Length public_oe property

public int Length
Résultat int