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

Inheritance: System.Windows.Forms.PictureBox, IImage
Mostrar archivo Open project: okhosting/OKHOSTING.UI

Private Properties

Property Type Description

Public Methods

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

Protected Methods

Method Description
OnPaint ( System pevent ) : void

Method Details

Image() public method

public Image ( ) : OKHOSTING.UI.Controls
return OKHOSTING.UI.Controls

LoadFromFile() public method

public LoadFromFile ( string filePath ) : void
filePath string
return void

LoadFromStream() public method

public LoadFromStream ( Stream stream ) : void
stream Stream
return void

LoadFromUrl() public method

public LoadFromUrl ( System url ) : void
url System
return void

OnPaint() protected method

protected OnPaint ( System pevent ) : void
pevent System
return void