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
Afficher le fichier Open project: okhosting/OKHOSTING.UI

Private Properties

Свойство Type Description

Méthodes publiques

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

Load the image from files Carga la imagen desde los archivos

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

LoadFromStream() public méthode

Loads from stream.
public LoadFromStream ( Stream stream ) : void
stream Stream Stream.
Résultat void

LoadFromUrl() public méthode

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

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