'宣言 Function OnLabelRendering( _ ByVal engine As IRenderEngine, _ ByRef text As System.String, _ ByVal centerX As System.Double, _ ByVal centerY As System.Double, _ ByVal index As System.Integer, _ ByVal radius As System.Double, _ ByVal innerRadius As System.Double, _ ByVal angle As System.Double, _ ByVal sweep As System.Double _ ) As System.Boolean
System.bool OnLabelRendering( IRenderEngine engine, ref System.string text, System.double centerX, System.double centerY, System.int index, System.double radius, System.double innerRadius, System.double angle, System.double sweep )
パラメータ
- engine
- Render engine IRenderEngine object.
- text
- Label text.
- centerX
- Pie center X coordinate.
- centerY
- Pie center Y coordinate.
- index
- Point index.
- radius
- Pie radius.
- innerRadius
- Pie inner radius.
- angle
- Slice angle.
- sweep
- Slice sweep.
戻り値の型
True if the render event should be canceled; otherwise, false.