バージョン

RenderPointsToScene メソッド (ParetoLayer)

現在コンストラクターにある線の各点を取り込み、それらを適切な外観を持つSceneGraphに描画します。
シンタックス
'宣言
 
Protected Overridable Sub RenderPointsToScene( _
   ByVal paretoApp As ParetoChartAppearance, _
   ByVal scene As SceneGraph, _
   ByVal pointsForLineUnderConstruction As PrimitiveCollection, _
   ByVal emptyApp As EmptyAppearance _
) 
protected virtual void RenderPointsToScene( 
   ParetoChartAppearance paretoApp,
   SceneGraph scene,
   PrimitiveCollection pointsForLineUnderConstruction,
   EmptyAppearance emptyApp
)

パラメータ

paretoApp
このレイヤーの外観に影響する設定を含むParetoChartAppearanceオブジェクト。
scene
プリミティブの追加先の SceneGraph。
pointsForLineUnderConstruction
現在構築中の線の元のポイント。
emptyApp
空の点の描画方法に関連する設定を含むEmptyAppearanceオブジェクト。
参照