C# Class newtelligence.DasBlog.Web.Core.WebControls.ShadowBox

Inheritance: System.Web.UI.WebControls.WebControl, IRenderControlImage
显示文件 Open project: AArnott/dasblog

Private Properties

Property Type Description
IRenderControlImage void
RenderImage void

Public Methods

Method Description
GetImageUrl ( string imageName ) : string
ShadowBox ( ) : System

Protected Methods

Method Description
Render ( System.Web.UI.HtmlTextWriter output ) : void

Render this control to the output parameter specified.

Private Methods

Method Description
IRenderControlImage ( HttpContext Context, string Args ) : void
RenderImage ( HttpResponse Response, string ImageVariant, int Width, int Height, Color ShadowColor, Color BackgroundColor ) : void

Method Details

GetImageUrl() public method

public GetImageUrl ( string imageName ) : string
imageName string
return string

Render() protected method

Render this control to the output parameter specified.
protected Render ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter The HTML writer to write out to
return void

ShadowBox() public method

public ShadowBox ( ) : System
return System