C# Class HaloEzAPI.Endpoints.Profile

Afficher le fichier Open project: glitch100/Halo-API

Méthodes publiques

Méthode Description
GetEmblemImage ( string gamerTag, int size = 256 ) : Uri
GetSpartanImage ( string gamerTag, int size = 256, CropType cropType = CropType.Full ) : Uri

Method Details

GetEmblemImage() public static méthode

public static GetEmblemImage ( string gamerTag, int size = 256 ) : Uri
gamerTag string
size int
Résultat System.Uri

GetSpartanImage() public static méthode

public static GetSpartanImage ( string gamerTag, int size = 256, CropType cropType = CropType.Full ) : Uri
gamerTag string
size int
cropType CropType
Résultat System.Uri