バージョン 24.2 (最新)

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

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

パラメータ

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