C# Class System.Windows.Forms.PictureBox

Inheritance: Control
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
CancelAsync ( ) : void
Load ( ) : void
Load ( string url ) : void
LoadAsync ( ) : void
LoadAsync ( string url ) : void
PictureBox ( ) : System
ToString ( ) : string

Méthodes protégées

Méthode 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

Méthode 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 méthode

public CancelAsync ( ) : void
Résultat void

CreateHandle() protected méthode

protected CreateHandle ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Load() public méthode

public Load ( ) : void
Résultat void

Load() public méthode

public Load ( string url ) : void
url string
Résultat void

LoadAsync() public méthode

public LoadAsync ( ) : void
Résultat void

LoadAsync() public méthode

public LoadAsync ( string url ) : void
url string
Résultat void

OnEnabledChanged() protected méthode

protected OnEnabledChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnLoadCompleted() protected méthode

protected OnLoadCompleted ( AsyncCompletedEventArgs e ) : void
e AsyncCompletedEventArgs
Résultat void

OnLoadProgressChanged() protected méthode

protected OnLoadProgressChanged ( ProgressChangedEventArgs e ) : void
e ProgressChangedEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

OnParentChanged() protected méthode

protected OnParentChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e EventArgs
Résultat void

OnSizeModeChanged() protected méthode

protected OnSizeModeChanged ( EventArgs e ) : void
e EventArgs
Résultat void

OnVisibleChanged() protected méthode

protected OnVisibleChanged ( EventArgs e ) : void
e EventArgs
Résultat void

PictureBox() public méthode

public PictureBox ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string