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

It represents an image to which we can give you design through its properties. Representa una imagen a la cual le podemos dar diseƱo por medio de sus propiedades.

Inheritance: System.Web.UI.WebControls.Image, IImage
Show file Open project: okhosting/OKHOSTING.UI

Private Properties

Property Type Description

Public Methods

Method Description
LoadFromFile ( string filePath ) : void

Load the image from files Carga la imagen desde los archivos

LoadFromStream ( Stream stream ) : void

Loads from stream.

LoadFromUrl ( System url ) : void

Upload the file from an Internet address Carga el archivo desde una direccion de internet

Method Details

LoadFromFile() public method

Load the image from files Carga la imagen desde los archivos

public LoadFromFile ( string filePath ) : void
filePath string File path. /// La ruta del archivo ///
return void

LoadFromStream() public method

Loads from stream.
public LoadFromStream ( Stream stream ) : void
stream Stream Stream.
return void

LoadFromUrl() public method

Upload the file from an Internet address Carga el archivo desde una direccion de internet

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