Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / IRenderEngine Interface / DrawDonutSegment Method
X-coordinate.
Y-coordinate.
Radius.
Inner radius.
Angle.
Sweep angle.
Rendering with reversed angle.


In This Topic
    DrawDonutSegment Method
    In This Topic
    Draws donut segment at specified point.
    Syntax
    'Declaration
     
    
    Sub DrawDonutSegment( _
       ByVal cx As Double, _
       ByVal cy As Double, _
       ByVal radius As Double, _
       ByVal innerRadius As Double, _
       ByVal angle As Double, _
       ByVal sweep As Double, _
       ByVal reversedAngle As Boolean _
    ) 
    'Usage
     
    
    Dim instance As IRenderEngine
    Dim cx As Double
    Dim cy As Double
    Dim radius As Double
    Dim innerRadius As Double
    Dim angle As Double
    Dim sweep As Double
    Dim reversedAngle As Boolean
     
    instance.DrawDonutSegment(cx, cy, radius, innerRadius, angle, sweep, reversedAngle)

    Parameters

    cx
    X-coordinate.
    cy
    Y-coordinate.
    radius
    Radius.
    innerRadius
    Inner radius.
    angle
    Angle.
    sweep
    Sweep angle.
    reversedAngle
    Rendering with reversed angle.
    See Also