C# 클래스 Imgur.Imgur

상속: AddonHelper.Addon
파일 보기 프로젝트 열기: angelog/ClipUpload 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Tray System.Windows.Forms.NotifyIcon
authenticated bool
imageFormat string
imgurApiKey string
imgurConsumerKey string
imgurConsumerSecret string
isPro bool
jpegCompression bool
jpegCompressionFilesize int
jpegCompressionRate int
oauth MrAG.OAuth.OAuth
settings AddonHelper.Settings
shortCutDragKey string
shortCutDragModifiers string
shortCutPasteKey string
shortCutPasteModifiers string
username string

공개 메소드들

메소드 설명
DragCallback ( DragCallback callback ) : void
Initialize ( System.Windows.Forms.NotifyIcon Tray ) : void
LoadSettings ( ) : void
Menu ( ) : System.Collections.Hashtable[]
Settings ( ) : void
Upload ( ) : void
UploadAnimation ( MemoryStream ms ) : void
UploadImage ( Image img ) : void
UploadImages ( StringCollection files ) : void
UploadToImgur ( MemoryStream ms, int width, int height ) : string

메소드 상세

DragCallback() 공개 메소드

public DragCallback ( DragCallback callback ) : void
callback AddonHelper.DragCallback
리턴 void

Initialize() 공개 메소드

public Initialize ( System.Windows.Forms.NotifyIcon Tray ) : void
Tray System.Windows.Forms.NotifyIcon
리턴 void

LoadSettings() 공개 메소드

public LoadSettings ( ) : void
리턴 void

Menu() 공개 메소드

public Menu ( ) : System.Collections.Hashtable[]
리턴 System.Collections.Hashtable[]

Settings() 공개 메소드

public Settings ( ) : void
리턴 void

Upload() 공개 메소드

public Upload ( ) : void
리턴 void

UploadAnimation() 공개 메소드

public UploadAnimation ( MemoryStream ms ) : void
ms System.IO.MemoryStream
리턴 void

UploadImage() 공개 메소드

public UploadImage ( Image img ) : void
img Image
리턴 void

UploadImages() 공개 메소드

public UploadImages ( StringCollection files ) : void
files System.Collections.Specialized.StringCollection
리턴 void

UploadToImgur() 공개 메소드

public UploadToImgur ( MemoryStream ms, int width, int height ) : string
ms System.IO.MemoryStream
width int
height int
리턴 string

프로퍼티 상세

Tray 공개적으로 프로퍼티

public NotifyIcon,System.Windows.Forms Tray
리턴 System.Windows.Forms.NotifyIcon

authenticated 공개적으로 프로퍼티

public bool authenticated
리턴 bool

imageFormat 공개적으로 프로퍼티

public string imageFormat
리턴 string

imgurApiKey 공개적으로 프로퍼티

public string imgurApiKey
리턴 string

imgurConsumerKey 공개적으로 프로퍼티

public string imgurConsumerKey
리턴 string

imgurConsumerSecret 공개적으로 프로퍼티

public string imgurConsumerSecret
리턴 string

isPro 공개적으로 프로퍼티

public bool isPro
리턴 bool

jpegCompression 공개적으로 프로퍼티

public bool jpegCompression
리턴 bool

jpegCompressionFilesize 공개적으로 프로퍼티

public int jpegCompressionFilesize
리턴 int

jpegCompressionRate 공개적으로 프로퍼티

public int jpegCompressionRate
리턴 int

oauth 공개적으로 프로퍼티

public OAuth,MrAG.OAuth oauth
리턴 MrAG.OAuth.OAuth

settings 공개적으로 프로퍼티

public Settings,AddonHelper settings
리턴 AddonHelper.Settings

shortCutDragKey 공개적으로 프로퍼티

public string shortCutDragKey
리턴 string

shortCutDragModifiers 공개적으로 프로퍼티

public string shortCutDragModifiers
리턴 string

shortCutPasteKey 공개적으로 프로퍼티

public string shortCutPasteKey
리턴 string

shortCutPasteModifiers 공개적으로 프로퍼티

public string shortCutPasteModifiers
리턴 string

username 공개적으로 프로퍼티

public string username
리턴 string