C# Class HaloEzAPI.Endpoints.Profile

Show file Open project: glitch100/Halo-API

Public Methods

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

Method Details

GetEmblemImage() public static method

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

GetSpartanImage() public static method

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