CoreGraphics.CGContext.DrawRadialGradient Method
Draws a radial gradient using the specified parameters.

Syntax

public void DrawRadialGradient (CGGradient gradient, CGGradientDrawingOptions options, CGPoint startCenter, nfloat startRadius, CGPoint endCenter, nfloat endRadius)

Parameters

gradient
The CoreGraphics.CGGradient defining the color ramp.
startCenter
Documentation for this section has not yet been entered.
startRadius
Documentation for this section has not yet been entered.
endCenter
Documentation for this section has not yet been entered.
endRadius
Documentation for this section has not yet been entered.
options
Documentation for this section has not yet been entered.

Remarks

A radial gradient is created by linearly interpolating the center, radius and color of each circle using the start and end point for the center, start and end radius for the radius, and the color ramp inherent to the gradient to create a set of stroked circles that fill the area completely. The options specify if this interpolation continues past the start or end points as it does with linear gradients.

Requirements

Namespace: CoreGraphics
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0