StringFormatExtensions

Inheritance: java.lang.Object

public final class StringFormatExtensions

Contient des méthodes d’extension pour la classe StringFormat.

Méthodes

MéthodeDescription
toGdiStringFormat(StringFormat stringFormat)Convertit le StringFormat en System.Drawing.StringFormat.

toGdiStringFormat(StringFormat stringFormat)

public static System.Drawing.StringFormat toGdiStringFormat(StringFormat stringFormat)

Convertit le StringFormat en System.Drawing.StringFormat.

Parameters:

ParamètreTypeDescription
stringFormatStringFormatLe StringFormat à convertir.

Returns: StringFormat - The converted System.Drawing.StringFormat.