C# 클래스 snippingtool.Imgur

파일 보기 프로젝트 열기: blaisejarrett/imgur-snippingtool 1 사용 예제들

공개 메소드들

메소드 설명
Imgur ( string apiKey ) : System
PostImage ( Image image, ImageFormat format ) : UploadResults

비공개 메소드들

메소드 설명
ParseResponse ( string xml ) : UploadResults

메소드 상세

Imgur() 공개 메소드

public Imgur ( string apiKey ) : System
apiKey string
리턴 System

PostImage() 공개 메소드

public PostImage ( Image image, ImageFormat format ) : UploadResults
image Image
format System.Drawing.Imaging.ImageFormat
리턴 UploadResults