バージョン

RenderLabels メソッド

このスケールのラベルを SceneGraph に描画します。
シンタックス
'宣言
 
Public Overridable Sub RenderLabels( _
   ByVal scene As PrimitiveCollection, _
   ByVal gaugeBounds As Rectangle, _
   ByVal scaleBounds As Rectangle, _
   ByVal majorLabelValues As Array, _
   ByVal orientation As LinearOrientation _
) 
public virtual void RenderLabels( 
   PrimitiveCollection scene,
   Rectangle gaugeBounds,
   Rectangle scaleBounds,
   Array majorLabelValues,
   LinearOrientation orientation
)

パラメータ

scene
プリミティブを描画する SceneGraph。
gaugeBounds
親ゲージの境界長方形。
scaleBounds
このスケールの境界長方形。
majorLabelValues
各ラベルをマップする値。
orientation
このスケールが描画されているリニア ゲージの方向。
参照