Class Layer
Layer class
Rappresenta il livello di testo di Photoshop.
public class Layer : XmpTypeBase, IEquatable<Layer>
Costruttori
| Nome | Descrizione |
|---|
| Layer() | Inizializza una nuova istanza diLayer classe. |
| Layer(string, string) | Inizializza una nuova istanza diLayer classe. |
Proprietà
| Nome | Descrizione |
|---|
| Name { get; set; } | Ottiene o imposta il nome del livello di testo. |
| Text { get; set; } | Ottiene o imposta il contenuto testuale del layer. |
Metodi
| Nome | Descrizione |
|---|
| Equals(Layer) | Indica se l’oggetto corrente è uguale ad un altro oggetto dello stesso tipo. |
| override Equals(object) | Determina se specificatoObject , è uguale a questa istanza. |
| override GetHashCode() | Restituisce un codice hash per questa istanza. |
| override GetXmpRepresentation() | Restituisce il valore contenuto nella stringa in formato XMP. |
Guarda anche