System::Drawing::Drawing2D::GraphicsPath::AddString methode
inhoud
[
verbergen
]GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, Point, const SharedPtr<StringFormat>&) method
Voegt een tekenreeks tekst toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, Point origin, const SharedPtr<StringFormat> &stringFormat)
| Parameter | Type | Beschrijving |
|---|---|---|
| text | const String& | De tekst om toe te voegen |
| familie | const SharedPtr<FontFamily>& | De lettertypefamilie die wordt gebruikt om de tekst te tekenen |
| style | int | Een FontStyle enumeratiewaarde die de te gebruiken lettertype‑stijl specificeert |
| emSize | float | De hoogte van het em‑vierkantvak dat elk teken van de tekenreeks begrenst |
| origin | Point | Specificeert de locatie waar de tekst begint |
| stringFormat | const SharedPtr<StringFormat>& | Het formaat van de tekenreeks |
Zie ook
- Class String
- Typedef SharedPtr
- Class FontFamily
- Class Point
- Class StringFormat
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, PointF, const SharedPtr<StringFormat>&) method
Voegt een tekenreeks tekst toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, PointF origin, const SharedPtr<StringFormat> &stringFormat)
| Parameter | Type | Beschrijving |
|---|---|---|
| text | const String& | De tekst om toe te voegen |
| familie | const SharedPtr<FontFamily>& | De lettertypefamilie die wordt gebruikt om de tekst te tekenen |
| style | int | Een FontStyle enumeratiewaarde die de te gebruiken lettertype‑stijl specificeert |
| emSize | float | De hoogte van het em‑vierkantvak dat elk teken van de tekenreeks begrenst |
| origin | PointF | Specificeert de locatie waar de tekst begint |
| stringFormat | const SharedPtr<StringFormat>& | Het formaat van de tekenreeks |
Zie ook
- Class String
- Typedef SharedPtr
- Class FontFamily
- Class PointF
- Class StringFormat
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, Rectangle, const SharedPtr<StringFormat>&) method
Voegt een tekenreeks tekst toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, Rectangle layoutRect, const SharedPtr<StringFormat> &stringFormat)
| Parameter | Type | Beschrijving |
|---|---|---|
| text | const String& | De tekst om toe te voegen |
| familie | const SharedPtr<FontFamily>& | De lettertypefamilie die wordt gebruikt om de tekst te tekenen |
| style | int | Een FontStyle enumeratiewaarde die de te gebruiken lettertype‑stijl specificeert |
| emSize | float | De hoogte van het em‑vierkantvak dat elk teken van de tekenreeks begrenst |
| layoutRect | Rechthoek | Een rechthoek die de tekst begrenst |
| stringFormat | const SharedPtr<StringFormat>& | Het formaat van de tekenreeks |
Zie ook
- Class String
- Typedef SharedPtr
- Class FontFamily
- Class Rectangle
- Class StringFormat
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++
GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, RectangleF, const SharedPtr<StringFormat>&) method
Voegt een tekenreeks tekst toe aan het pad dat wordt vertegenwoordigd door het huidige object.
void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, RectangleF layoutRect, const SharedPtr<StringFormat> &stringFormat)
| Parameter | Type | Beschrijving |
|---|---|---|
| text | const String& | De tekst om toe te voegen |
| familie | const SharedPtr<FontFamily>& | De lettertypefamilie die wordt gebruikt om de tekst te tekenen |
| style | int | Een FontStyle enumeratiewaarde die de te gebruiken lettertype‑stijl specificeert |
| emSize | float | De hoogte van het em‑vierkantvak dat elk teken van de tekenreeks begrenst |
| layoutRect | RectangleF | Een rechthoek die de tekst begrenst |
| stringFormat | const SharedPtr<StringFormat>& | Het formaat van de tekenreeks |
Zie ook
- Class String
- Typedef SharedPtr
- Class FontFamily
- Class RectangleF
- Class StringFormat
- Class GraphicsPath
- Namespace System::Drawing::Drawing2D
- Library Aspose.Page for C++