TextShape.TextShape
TextShape()
Inizializza una nuova istanza diTextShape classe.
public TextShape()
Guarda anche
- class TextShape
- spazio dei nomi Aspose.PSD.Shapes
- assemblea Aspose.PSD
TextShape(string, RectangleF, Font, StringFormat)
Inizializza una nuova istanza diTextShape classe.
public TextShape(string text, RectangleF rectangle, Font font, StringFormat stringFormat)
| Parametro | Tipo | Descrizione |
|---|---|---|
| text | String | Il testo da disegnare. |
| rectangle | RectangleF | Il rettangolo di testo. |
| font | Font | Il carattere da utilizzare. |
| stringFormat | StringFormat | Il formato della stringa. |
Guarda anche
- struct RectangleF
- class Font
- class StringFormat
- class TextShape
- spazio dei nomi Aspose.PSD.Shapes
- assemblea Aspose.PSD