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