Property | Type | Description | |
---|---|---|---|
CropImage | Stream | ||
RegisterStartupScript | void |
Method | Description | |
---|---|---|
ImageEditor ( ) : System |
Initializes a new instance of the ImageEditor class.
|
|
RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void |
This is where you implment the simple aspects of rendering your control. The rest will be handled by calling RenderControlHelper's RenderControl() method.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
|
Method | Description | |
---|---|---|
CreateChildControls ( ) : void |
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
_lbShowModal_Click ( object sender, |
Handles the Click event of the _lbShowModal control.
|
|
_lbUploadImage_Click ( object sender, |
Handles the Click event of the _lbUploadImage control.
|
|
_mdImageDialog_SaveClick ( object sender, |
Handles the SaveClick event of the _mdImageDialog control.
|
Method | Description | |
---|---|---|
CropImage ( Stream bitmapContent, string mimeType ) : Stream |
Crops the image.
|
|
RegisterStartupScript ( ) : void |
Registers the startup script.
|
protected OnLoad ( |
||
e | The |
|
return | void |
public RenderBaseControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The writer. |
return | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
return | void |
protected _lbShowModal_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected _lbUploadImage_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected _mdImageDialog_SaveClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |