Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NResponse Class / RenderAxdImageControl Method


In This Topic
    RenderAxdImageControl Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Sub RenderAxdImageControl( _
       ByVal output As System.Web.UI.HtmlTextWriter, _
       ByVal size As NSize, _
       ByVal imageFormat As INImageFormat, _
       ByVal attributes As System.Collections.Hashtable _
    ) 
    'Usage
     
    
    Dim instance As NResponse
    Dim output As System.Web.UI.HtmlTextWriter
    Dim size As NSize
    Dim imageFormat As INImageFormat
    Dim attributes As System.Collections.Hashtable
     
    instance.RenderAxdImageControl(output, size, imageFormat, attributes)
    protected void RenderAxdImageControl( 
       System.Web.UI.HtmlTextWriter output,
       NSize size,
       INImageFormat imageFormat,
       System.Collections.Hashtable attributes
    )

    Parameters

    output
    size
    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