C# 클래스 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.

상속: System.Web.UI.WebControls.Image, IImage
파일 보기 프로젝트 열기: okhosting/OKHOSTING.UI

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

LoadFromFile() 공개 메소드

Load the image from files Carga la imagen desde los archivos

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

LoadFromStream() 공개 메소드

Loads from stream.
public LoadFromStream ( Stream stream ) : void
stream Stream Stream.
리턴 void

LoadFromUrl() 공개 메소드

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

public LoadFromUrl ( System url ) : void
url System URL.
리턴 void