バージョン

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

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

パラメータ

scene
参照をシーン グラフに渡します。
sceneWidth
シーンに必要なビットマップ画像の幅。
sceneHeight
シーンに必要なビットマップ画像の高さ。
g
シーンの描画先のグラフィックオブジェクト。
参照