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

Inheritance: System.Windows.Controls.Panel, IImage
Datei anzeigen Open project: okhosting/OKHOSTING.UI

Protected Properties

Property Type Description
InnerImage System.Windows.Controls.Image

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
Image ( ) : System
LoadFromFile ( string filePath ) : void
LoadFromStream ( Stream stream ) : void
LoadFromUrl ( Uri url ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Image() public method

public Image ( ) : System
return System

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 ( Uri url ) : void
url System.Uri
return void

Property Details

InnerImage protected_oe property

protected System.Windows.Controls.Image InnerImage
return System.Windows.Controls.Image