C# Class Imgur.Imgur

Inheritance: AddonHelper.Addon
ファイルを表示 Open project: angelog/ClipUpload Class Usage Examples

Public Properties

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

Public Methods

Method Description
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

Method Details

DragCallback() public method

public DragCallback ( DragCallback callback ) : void
callback AddonHelper.DragCallback
return void

Initialize() public method

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

LoadSettings() public method

public LoadSettings ( ) : void
return void

Menu() public method

public Menu ( ) : System.Collections.Hashtable[]
return System.Collections.Hashtable[]

Settings() public method

public Settings ( ) : void
return void

Upload() public method

public Upload ( ) : void
return void

UploadAnimation() public method

public UploadAnimation ( MemoryStream ms ) : void
ms System.IO.MemoryStream
return void

UploadImage() public method

public UploadImage ( Image img ) : void
img Image
return void

UploadImages() public method

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

UploadToImgur() public method

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

Property Details

Tray public_oe property

public NotifyIcon,System.Windows.Forms Tray
return System.Windows.Forms.NotifyIcon

authenticated public_oe property

public bool authenticated
return bool

imageFormat public_oe property

public string imageFormat
return string

imgurApiKey public_oe property

public string imgurApiKey
return string

imgurConsumerKey public_oe property

public string imgurConsumerKey
return string

imgurConsumerSecret public_oe property

public string imgurConsumerSecret
return string

isPro public_oe property

public bool isPro
return bool

jpegCompression public_oe property

public bool jpegCompression
return bool

jpegCompressionFilesize public_oe property

public int jpegCompressionFilesize
return int

jpegCompressionRate public_oe property

public int jpegCompressionRate
return int

oauth public_oe property

public OAuth,MrAG.OAuth oauth
return MrAG.OAuth.OAuth

settings public_oe property

public Settings,AddonHelper settings
return AddonHelper.Settings

shortCutDragKey public_oe property

public string shortCutDragKey
return string

shortCutDragModifiers public_oe property

public string shortCutDragModifiers
return string

shortCutPasteKey public_oe property

public string shortCutPasteKey
return string

shortCutPasteModifiers public_oe property

public string shortCutPasteModifiers
return string

username public_oe property

public string username
return string