PsdImage.AddTextLayer

PsdImage.AddTextLayer method

Agrega una nueva capa de Texto.

public TextLayer AddTextLayer(string text, Rectangle rect)
ParámetroEscribeDescripción
textStringEl texto de la capa.
rectRectangleEl rectángulo de la capa.

Valor_devuelto

Capa de texto creada.

Ver también