Nevron .NET Vision
Nevron.UI Namespace / NImageShape Class / GetRenderImage Method


In This Topic
    GetRenderImage Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetRenderImage( _
       ByVal context As NPaintContext, _
       ByRef cloned As System.Boolean _
    ) As System.Drawing.Image
    'Usage
     
    
    Dim instance As NImageShape
    Dim context As NPaintContext
    Dim cloned As System.Boolean
    Dim value As System.Drawing.Image
     
    value = instance.GetRenderImage(context, cloned)
    protected virtual System.Drawing.Image GetRenderImage( 
       NPaintContext context,
       out System.bool cloned
    )

    Parameters

    context
    cloned
    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