Version

GetRendererImage Method

Get an image of the RenderingControl using the value and appearance as determined by the owner and ownerContext.
Syntax
'Declaration
 
Public Function GetRendererImage( _
   ByVal imageSize As Size, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object, _
   ByVal controlContainerEmbeddableUIElement As ControlContainerEmbeddableUIElement _
) As Image

Parameters

imageSize
The size of the image.
owner
The editor owner
ownerContext
the owner's editor context
controlContainerEmbeddableUIElement
A ControlContainerEmbeddableUIElement which will be used to determine the background when the control contains transparent areas.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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