C# Class OKHOSTING.UI.Net4.WinForms.Controls.Image

Inheritance: System.Windows.Forms.PictureBox, IImage
Afficher le fichier Open project: okhosting/OKHOSTING.UI

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Image ( ) : OKHOSTING.UI.Controls
LoadFromFile ( string filePath ) : void
LoadFromStream ( Stream stream ) : void
LoadFromUrl ( System url ) : void

Méthodes protégées

Méthode Description
OnPaint ( System pevent ) : void

Method Details

Image() public méthode

public Image ( ) : OKHOSTING.UI.Controls
Résultat OKHOSTING.UI.Controls

LoadFromFile() public méthode

public LoadFromFile ( string filePath ) : void
filePath string
Résultat void

LoadFromStream() public méthode

public LoadFromStream ( Stream stream ) : void
stream Stream
Résultat void

LoadFromUrl() public méthode

public LoadFromUrl ( System url ) : void
url System
Résultat void

OnPaint() protected méthode

protected OnPaint ( System pevent ) : void
pevent System
Résultat void