TextShape.TextShape
TextShape()
Initialisiert eine neue Instanz vonTextShape Klasse.
public TextShape()
Siehe auch
- class TextShape
- namensraum Aspose.PSD.Shapes
- Montage Aspose.PSD
TextShape(string, RectangleF, Font, StringFormat)
Initialisiert eine neue Instanz vonTextShape Klasse.
public TextShape(string text, RectangleF rectangle, Font font, StringFormat stringFormat)
| Parameter | Typ | Beschreibung |
|---|---|---|
| text | String | Der zu zeichnende Text. |
| rectangle | RectangleF | Das Textrechteck. |
| font | Font | Die zu verwendende Schriftart. |
| stringFormat | StringFormat | Das Zeichenfolgenformat. |
Siehe auch
- struct RectangleF
- class Font
- class StringFormat
- class TextShape
- namensraum Aspose.PSD.Shapes
- Montage Aspose.PSD