C# Class System.Windows.Forms.PictureBox

Inheritance: Control
Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
ChangeImage void
GetPreferredSizeCore System.Drawing.Size
ImageDownload_DownloadDataCompleted void
ImageDownload_DownloadProgressChanged void
OnAnimateImage void
OnHandleCreated void
OnHandleDestroyed void
PictureBox_HandleCreated void
StopAnimation void
System void
UpdateAnimatedImage void
UpdateSize void

Public Methods

Method Description
CancelAsync ( ) : void
Load ( ) : void
Load ( string url ) : void
LoadAsync ( ) : void
LoadAsync ( string url ) : void
PictureBox ( ) : System
ToString ( ) : string

Protected Methods

Method Description
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
OnEnabledChanged ( EventArgs e ) : void
OnLoadCompleted ( AsyncCompletedEventArgs e ) : void
OnLoadProgressChanged ( ProgressChangedEventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void
OnParentChanged ( EventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSizeModeChanged ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void

Private Methods

Method Description
ChangeImage ( Image value, bool from_url ) : void
GetPreferredSizeCore ( Size proposedSize ) : Size
ImageDownload_DownloadDataCompleted ( object sender, DownloadDataCompletedEventArgs e ) : void
ImageDownload_DownloadProgressChanged ( object sender, DownloadProgressChangedEventArgs e ) : void
OnAnimateImage ( object sender, EventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnHandleDestroyed ( EventArgs e ) : void
PictureBox_HandleCreated ( object sender, EventArgs e ) : void
StopAnimation ( ) : void
System ( ) : void
UpdateAnimatedImage ( object sender, EventArgs e ) : void
UpdateSize ( ) : void

Method Details

CancelAsync() public method

public CancelAsync ( ) : void
return void

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Load() public method

public Load ( ) : void
return void

Load() public method

public Load ( string url ) : void
url string
return void

LoadAsync() public method

public LoadAsync ( ) : void
return void

LoadAsync() public method

public LoadAsync ( string url ) : void
url string
return void

OnEnabledChanged() protected method

protected OnEnabledChanged ( EventArgs e ) : void
e EventArgs
return void

OnLoadCompleted() protected method

protected OnLoadCompleted ( AsyncCompletedEventArgs e ) : void
e AsyncCompletedEventArgs
return void

OnLoadProgressChanged() protected method

protected OnLoadProgressChanged ( ProgressChangedEventArgs e ) : void
e ProgressChangedEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

OnParentChanged() protected method

protected OnParentChanged ( EventArgs e ) : void
e EventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e EventArgs
return void

OnSizeModeChanged() protected method

protected OnSizeModeChanged ( EventArgs e ) : void
e EventArgs
return void

OnVisibleChanged() protected method

protected OnVisibleChanged ( EventArgs e ) : void
e EventArgs
return void

PictureBox() public method

public PictureBox ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string