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

In This Topic
    _getDonutShapePointsWithSpace Method (_GCESPointSpacePolicy)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getDonutShapePointsWithSpace( _
       ByVal cx As Double, _
       ByVal cy As Double, _
       ByVal radius As Double, _
       ByVal innerRadius As Double, _
       ByVal startAngle As Double, _
       ByVal sweepAngle As Double _
    ) As List(Of IPoint)
    public List<IPoint> _getDonutShapePointsWithSpace( 
       double cx,
       double cy,
       double radius,
       double innerRadius,
       double startAngle,
       double sweepAngle
    )

    Parameters

    cx
    cy
    radius
    innerRadius
    startAngle
    sweepAngle
    See Also