Add

Add(string)

Ajoute un fragment de texte formaté à la collection.

public void Add(string text)
Paramètre Taper La description
text String Le fragment de texte.

Voir également


Add(string, Font)

Ajoute un fragment de texte formaté à la collection.

public void Add(string text, Font font)
Paramètre Taper La description
text String Le fragment de texte.
font Font La police du texte.

Voir également


Add(string, Font, Color)

Ajoute un fragment de texte formaté à la collection.

public void Add(string text, Font font, Color foregroundColor)
Paramètre Taper La description
text String Le fragment de texte.
font Font La police du texte.
foregroundColor Color La couleur de premier plan du texte.

Voir également


Add(string, Font, Color, Color)

Ajoute un fragment de texte formaté à la collection.

public void Add(string text, Font font, Color foregroundColor, Color backgroundColor)
Paramètre Taper La description
text String Le fragment de texte.
font Font La police du texte.
foregroundColor Color La couleur de premier plan du texte.
backgroundColor Color La couleur de fond du texte.

Voir également