TextShape

TextShape()

Initialisiert eine neue Instanz vonTextShape Klasse.

public TextShape()

Siehe auch


TextShape(string, RectangleF, Font, StringFormat)

Initialisiert eine neue Instanz vonTextShape Klasse.

public TextShape(string text, RectangleF rectangle, Font font, StringFormat stringFormat)
ParameterTypBeschreibung
textStringDer zu zeichnende Text.
rectangleRectangleFDas Textrechteck.
fontFontDie zu verwendende Schriftart.
stringFormatStringFormatDas Zeichenfolgenformat.

Siehe auch