バージョン

RenderChart(SceneGraph,Int32,Int32) メソッド

全体のシーン グラフを内部のイメージバッファにレンダリングするために呼び出します。この操作の前に以前のイメージバッファは消去されています。
シンタックス
'宣言
 
Public Overloads Sub RenderChart( _
   ByVal scene As SceneGraph, _
   ByVal sceneWidth As Integer, _
   ByVal sceneHeight As Integer _
) 
public void RenderChart( 
   SceneGraph scene,
   int sceneWidth,
   int sceneHeight
)

パラメータ

scene
参照をシーン グラフに渡します。
sceneWidth
シーンに必要なビットマップ画像の幅。
sceneHeight
シーンに必要なビットマップ画像の高さ。
参照