C# 클래스 HaloEzAPI.Endpoints.Profile

파일 보기 프로젝트 열기: glitch100/Halo-API

공개 메소드들

메소드 설명
GetEmblemImage ( string gamerTag, int size = 256 ) : Uri
GetSpartanImage ( string gamerTag, int size = 256, CropType cropType = CropType.Full ) : Uri

메소드 상세

GetEmblemImage() 공개 정적인 메소드

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

GetSpartanImage() 공개 정적인 메소드

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