Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
DragCallback ( |
||
Initialize ( System.Windows.Forms.NotifyIcon Tray ) : void | ||
LoadSettings ( ) : void | ||
Menu ( ) : System.Collections.Hashtable[] | ||
Settings ( ) : void | ||
Upload ( ) : void | ||
UploadAnimation ( |
||
UploadImage ( Image img ) : void | ||
UploadImages ( |
||
UploadToImgur ( |
public DragCallback ( |
||
callback | ||
return | void |
public Initialize ( System.Windows.Forms.NotifyIcon Tray ) : void | ||
Tray | System.Windows.Forms.NotifyIcon | |
return | void |
public Menu ( ) : System.Collections.Hashtable[] | ||
return | System.Collections.Hashtable[] |
public UploadAnimation ( |
||
ms | ||
return | void |
public UploadImages ( |
||
files | ||
return | void |
public UploadToImgur ( |
||
ms | ||
width | int | |
height | int | |
return | string |
public NotifyIcon,System.Windows.Forms Tray | ||
return | System.Windows.Forms.NotifyIcon |