TextShape

TextShape()

Initialise une nouvelle instance duTextShape classe.

public TextShape()

Voir également


TextShape(string, RectangleF, Font, StringFormat)

Initialise une nouvelle instance duTextShape classe.

public TextShape(string text, RectangleF rectangle, Font font, StringFormat stringFormat)
ParamètreTaperLa description
textStringLe texte à dessiner.
rectangleRectangleFLe rectangle de texte.
fontFontLa police à utiliser.
stringFormatStringFormatLe format de chaîne.

Voir également