ラベルをレンダリングする前に呼び出されます。
シンタックス
'宣言
Function OnLabelRendering( _
ByVal As IRenderEngine, _
ByRef As System.String, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Integer, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
) As System.Boolean
System.bool OnLabelRendering(
IRenderEngine ,
ref System.string ,
System.double ,
System.double ,
System.int ,
System.double ,
System.double ,
System.double ,
System.double
)
パラメータ
- engine
- レンダリングエンジン。
- text
- ラベルテキスト。
- centerX
- 円の中心の X 座標。
- centerY
- 円の中心の Y 座標。
- index
- ポイントのインデックス。
- radius
- 円の半径。
- innerRadius
- 円の内側半径。
- angle
- セグメントの角度。
- sweep
- セグメントの移動。
参照