| C1.C1Report.4 Assembly > C1.C1Preview Namespace > C1PrintDocument Class > RenderBlockPie Method : RenderBlockPie(Unit,Unit,Single,Single,Style) Method |
'Declaration Public Overloads Function RenderBlockPie( _ ByVal width As Unit, _ ByVal height As Unit, _ ByVal startAngle As System.Single, _ ByVal sweepAngle As System.Single, _ ByVal style As Style _ ) As System.Boolean
public System.bool RenderBlockPie( Unit width, Unit height, System.float startAngle, System.float sweepAngle, Style style )
This method can only be used between calls to StartDoc and EndDoc methods on the current document. For details, see RenderBlock.