Version

RenderChart(SceneGraph,Size,SizeF) Method

Call to render the entire scene graph into the internal image buffer. The previous image buffer is cleared prior to this operation.
Syntax
'Declaration
 
Public Overloads Sub RenderChart( _
   ByVal scene As SceneGraph, _
   ByVal sceneSize As Size, _
   ByVal resolution As SizeF _
) 
public void RenderChart( 
   SceneGraph scene,
   Size sceneSize,
   SizeF resolution
)

Parameters

scene
The SceneGraph to render.
sceneSize
Size of the SceneGraph and the generated image.
resolution
Resolution in DPI of the generated image.
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