C# 클래스 Badges.Helpers.ImageHelper

파일 보기 프로젝트 열기: ucdavis/Badges

공개 메소드들

메소드 설명
GetImage ( string url, int width, int height ) : string
GetProfileImage ( string url ) : string

메소드 상세

GetImage() 공개 정적인 메소드

public static GetImage ( string url, int width, int height ) : string
url string
width int
height int
리턴 string

GetProfileImage() 공개 정적인 메소드

public static GetProfileImage ( string url ) : string
url string
리턴 string