System::Drawing::Drawing2D::GraphicsPath::AddString méthode

GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, Point, const SharedPtr<StringFormat>&) method

Ajoute une chaîne de texte au chemin représenté par l’objet actuel.

void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, Point origin, const SharedPtr<StringFormat> &stringFormat)
ParamètreTypeDescription
texteconst String&Le texte à ajouter
familleconst SharedPtr<FontFamily>&La famille de polices utilisée pour dessiner le texte
styleintUne valeur d’énumération FontStyle qui spécifie le style de police à utiliser
emSizefloatLa hauteur de la boîte carrée em qui encadre chaque caractère de la chaîne
originePointSpécifie l’emplacement où le texte commence
stringFormatconst SharedPtr<StringFormat>&Le format de la chaîne

Voir aussi

GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, PointF, const SharedPtr<StringFormat>&) method

Ajoute une chaîne de texte au chemin représenté par l’objet actuel.

void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, PointF origin, const SharedPtr<StringFormat> &stringFormat)
ParamètreTypeDescription
texteconst String&Le texte à ajouter
familleconst SharedPtr<FontFamily>&La famille de polices utilisée pour dessiner le texte
styleintUne valeur d’énumération FontStyle qui spécifie le style de police à utiliser
emSizefloatLa hauteur de la boîte carrée em qui encadre chaque caractère de la chaîne
originePointFSpécifie l’emplacement où le texte commence
stringFormatconst SharedPtr<StringFormat>&Le format de la chaîne

Voir aussi

GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, Rectangle, const SharedPtr<StringFormat>&) method

Ajoute une chaîne de texte au chemin représenté par l’objet actuel.

void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, Rectangle layoutRect, const SharedPtr<StringFormat> &stringFormat)
ParamètreTypeDescription
texteconst String&Le texte à ajouter
familleconst SharedPtr<FontFamily>&La famille de polices utilisée pour dessiner le texte
styleintUne valeur d’énumération FontStyle qui spécifie le style de police à utiliser
emSizefloatLa hauteur de la boîte carrée em qui encadre chaque caractère de la chaîne
layoutRectRectangleUn rectangle qui encadre le texte
stringFormatconst SharedPtr<StringFormat>&Le format de la chaîne

Voir aussi

GraphicsPath::AddString(const String&, const SharedPtr<FontFamily>&, int, float, RectangleF, const SharedPtr<StringFormat>&) method

Ajoute une chaîne de texte au chemin représenté par l’objet actuel.

void System::Drawing::Drawing2D::GraphicsPath::AddString(const String &text, const SharedPtr<FontFamily> &family, int style, float emSize, RectangleF layoutRect, const SharedPtr<StringFormat> &stringFormat)
ParamètreTypeDescription
texteconst String&Le texte à ajouter
familleconst SharedPtr<FontFamily>&La famille de polices utilisée pour dessiner le texte
styleintUne valeur d’énumération FontStyle qui spécifie le style de police à utiliser
emSizefloatLa hauteur de la boîte carrée em qui encadre chaque caractère de la chaîne
layoutRectRectangleFUn rectangle qui encadre le texte
stringFormatconst SharedPtr<StringFormat>&Le format de la chaîne

Voir aussi