Nevron.UI.WebForm.Controls Namespace / NResponse Class / RenderImageControl Method


RenderImageControl Method
Syntax
'Declaration
 
Protected Sub RenderImageControl( _
   ByVal output As System.Web.UI.HtmlTextWriter, _
   ByVal image As INImage, _
   ByVal imageFormat As INImageFormat, _
   ByVal attributes As System.Collections.Hashtable _
) 
 
'Usage
 
Dim instance As NResponse
Dim output As System.Web.UI.HtmlTextWriter
Dim image As INImage
Dim imageFormat As INImageFormat
Dim attributes As System.Collections.Hashtable
 
instance.RenderImageControl(output, image, imageFormat, attributes)

Parameters

output
image
imageFormat
attributes
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also