Partager via


AvatarUtils.GenerateAvatar, méthode

Génère un avatar aléatoire aux spécifications suivantes : i. Arrière-plan : Couleur unie (choisie via du tourniquet d'une palette Couleurs prédéfinie) ii. Premier plan : Deux premières initiales du nom complet en blanc

Espace de noms :  Microsoft.TeamFoundation.Framework.Server
Assembly :  Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)

Syntaxe

'Déclaration
Public Shared Function GenerateAvatar ( _
    displayName As String, _
    backgroundColor As Color, _
    avatarSizeInPixels As Integer, _
    avatarImageFormat As AvatarImageFormat _
) As Byte()
public static byte[] GenerateAvatar(
    string displayName,
    Color backgroundColor,
    int avatarSizeInPixels,
    AvatarImageFormat avatarImageFormat
)

Paramètres

Valeur de retour

Type : array<System.Byte[]
Un tableau d'octets de l'image générée

Sécurité .NET Framework

Voir aussi

Référence

AvatarUtils Classe

Microsoft.TeamFoundation.Framework.Server, espace de noms