Class TextShape

TextShape class

Representa una forma de texto.

public sealed class TextShape : RectangleProjectedShape

Constructores

NombreDescripción
TextShape()Inicializa una nueva instancia delTextShape clase.
TextShape(string, RectangleF, Font, StringFormat)Inicializa una nueva instancia delTextShape clase.

Propiedades

NombreDescripción
override Bounds { get; }Obtiene los límites del objeto.
override Center { get; }Obtiene el centro de la forma.
Font { get; set; }Obtiene o establece la fuente utilizada para dibujar el texto.
override HasSegments { get; }Obtiene un valor que indica si la forma tiene segmentos.
LeftBottom { get; }Obtiene el punto del rectángulo inferior izquierdo.
LeftTop { get; }Obtiene el punto del rectángulo superior izquierdo.
RectangleHeight { get; }Obtiene la altura del rectángulo.
RectangleWidth { get; }Obtiene el ancho del rectángulo.
RightBottom { get; }Obtiene el punto del rectángulo inferior derecho.
RightTop { get; }Obtiene el punto superior derecho del rectángulo.
override Segments { get; }Obtiene los segmentos de forma.
Text { get; set; }Obtiene o establece el texto dibujado.
TextFormat { get; set; }Obtiene o establece el formato del texto.

Métodos

NombreDescripción
override GetBounds(Matrix)Obtiene los límites del objeto.
override GetBounds(Matrix, Pen)Obtiene los límites del objeto.
override Transform(Matrix)Aplica la transformación especificada a la forma.

Ver también