バージョン

RenderTickmarks メソッド

このスケールの目盛を SceneGraph に描画します。
シンタックス
'宣言
 
Public Overridable Sub RenderTickmarks( _
   ByVal scene As PrimitiveCollection, _
   ByVal tickmarks As LinearGaugeScaleTickmarkAppearance, _
   ByVal gaugeBounds As Rectangle, _
   ByVal scaleBounds As Rectangle, _
   ByVal tickmarkValues As Array, _
   ByVal orientation As LinearOrientation _
) 

パラメータ

scene
プリミティブを描画する SceneGraph。
tickmarks
描画する目盛を表す TickmarkAppearance オブジェクト。
gaugeBounds
親ゲージの境界矩形。
scaleBounds
このスケールの境界矩形。
tickmarkValues
各目盛をマップする値。
orientation
このスケールが描画されているリニア ゲージの方向。
参照