Method | Description | |
---|---|---|
Twitter ( ) : System |
Constructor
|
|
Twitter ( |
Constructor
|
|
getBitmapImageForUrl ( String url ) : |
Utility method that returns the bitmap with the contents of the url
|
|
getImageUrlsForTweet ( TwitterStatus tweet ) : List |
Utility method that gets the image urls for a tweet.
|
|
getTweets ( ) : IEnumerable |
Returns the tweets for ChildCancerNZ
|
|
postTweet ( String message, System.Windows.Media.Imaging.BitmapSource bitsource, |
Post a message and image (from the webcam), Posts are made to @nzokdat
|
Method | Description | |
---|---|---|
BitmapFromSource ( System.Windows.Media.Imaging.BitmapSource bitmapsource ) : |
get a bitmap of images to write out
|
|
initializeWorkers ( ) : void |
Constructor helper
|
|
m_oWorker_DoWork ( object sender, |
Uploading image, done on a different thread.
|
|
m_oWorker_ProgressChanged ( object sender, |
Any notification of progress can be done here.
|
|
m_oWorker_RunWorkerCompleted ( object sender, |
thread run back process is complete
|
public getBitmapImageForUrl ( String url ) : |
||
url | String | |
return |
public getImageUrlsForTweet ( TwitterStatus tweet ) : List |
||
tweet | TwitterStatus | |
return | List |
public postTweet ( String message, System.Windows.Media.Imaging.BitmapSource bitsource, |
||
message | String | |
bitsource | System.Windows.Media.Imaging.BitmapSource | |
depO | ||
return | void |