C# 클래스 Imazen.Crop.CropImage

상속: System.Web.UI.WebControls.CompositeControl, INamingContainer
파일 보기 프로젝트 열기: nathanaeljones/cropimage

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Crop ( string destPath ) : void

Crops the original image and saves it to the specified path. If the specified path doesn't contain a valid image extension, it will be appended

Crop ( string destPath, bool appendCorrectExtension ) : void

Crops the original image and saves it to the specified path.

GetUriStream ( Uri uri ) : Stream

Gets a stream from the given HTTP URI. No redirect support

RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void

We don't render anything for this control, it just ties to other controls.

RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void

We don't render anything for this control, it just ties to other controls.

보호된 메소드들

메소드 설명
AddFileReferences ( ) : void

Adds the jQuery, jCrop, webcropimage.js and jCrop CSS references as specified in the matching properties.

CreateChildControls ( ) : void

OnLoad ( EventArgs e ) : void

메소드 상세

AddFileReferences() 보호된 메소드

Adds the jQuery, jCrop, webcropimage.js and jCrop CSS references as specified in the matching properties.
protected AddFileReferences ( ) : void
리턴 void

CreateChildControls() 보호된 메소드

protected CreateChildControls ( ) : void
리턴 void

Crop() 공개 메소드

Crops the original image and saves it to the specified path. If the specified path doesn't contain a valid image extension, it will be appended
public Crop ( string destPath ) : void
destPath string
리턴 void

Crop() 공개 메소드

Crops the original image and saves it to the specified path.
public Crop ( string destPath, bool appendCorrectExtension ) : void
destPath string
appendCorrectExtension bool If true, the appropriate image extension will be added
리턴 void

GetUriStream() 공개 메소드

Gets a stream from the given HTTP URI. No redirect support
public GetUriStream ( Uri uri ) : Stream
uri System.Uri
리턴 Stream

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

RenderBeginTag() 공개 메소드

We don't render anything for this control, it just ties to other controls.
public RenderBeginTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void

RenderEndTag() 공개 메소드

We don't render anything for this control, it just ties to other controls.
public RenderEndTag ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
리턴 void