ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _Render Class / drawDonut Method

In This Topic
    drawDonut Method (_Render)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub drawDonut( _
       ByVal cx As Double, _
       ByVal cy As Double, _
       ByVal radius As Double, _
       ByVal innerRadius As Double, _
       ByVal startAngle As Double, _
       ByVal sweepAngle As Double, _
       Optional ByVal clipping As IRegion, _
       Optional ByVal transform As IMatrix _
    ) 
    public void drawDonut( 
       double cx,
       double cy,
       double radius,
       double innerRadius,
       double startAngle,
       double sweepAngle,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    cx
    cy
    radius
    innerRadius
    startAngle
    sweepAngle
    clipping
    transform
    See Also