'Declaration Sub _renderRadialBar( _ ByVal render As IRender, _ ByVal context As IRenderContext, _ ByVal center As IPoint, _ ByVal radius As Double, _ ByVal innerRadius As Double, _ ByVal startAngle As Double, _ ByVal sweepAngle As Double, _ ByVal shapePathCalculateCallback As IPathCalculateCallback _ )
void _renderRadialBar( IRender render, IRenderContext context, IPoint center, double radius, double innerRadius, double startAngle, double sweepAngle, IPathCalculateCallback shapePathCalculateCallback )
Parameters
- render
- context
- center
- radius
- innerRadius
- startAngle
- sweepAngle
- shapePathCalculateCallback