バージョン

FillSceneGraph メソッド (RadialGaugeScaleTickmarkAppearance)

ラジアル ゲージ セクションの目盛のフォームでシーンにプリミティブを追加します。
シンタックス
'宣言
 
Public Sub FillSceneGraph( _
   ByVal scene As PrimitiveCollection, _
   ByVal gaugeSection As RadialGaugeScale, _
   ByVal dialBounds As Rectangle, _
   ByVal tickmarkValues As Array _
) 
public void FillSceneGraph( 
   PrimitiveCollection scene,
   RadialGaugeScale gaugeSection,
   Rectangle dialBounds,
   Array tickmarkValues
)

パラメータ

scene
シーン グラフで描画されるプリミティブを含む PrimitiveCollection。
gaugeSection
コンテキストのゲージ セクション。
dialBounds
コンテキストのラジアル ゲージの目盛盤の境界線。
tickmarkValues
マップされるすべての目盛の値。各値は、現在のセクションの Scale 上にマップされます。
参照