TextShape

TextShape()

Inicializa una nueva instancia delTextShape clase.

public TextShape()

Ver también


TextShape(string, RectangleF, Font, StringFormat)

Inicializa una nueva instancia delTextShape clase.

public TextShape(string text, RectangleF rectangle, Font font, StringFormat stringFormat)
ParámetroEscribeDescripción
textStringEl texto a dibujar.
rectangleRectangleFEl rectángulo de texto.
fontFontLa fuente a utilizar.
stringFormatStringFormatEl formato de cadena.

Ver también