ImmutableConicGradientBrush.

ImmutableConicGradientBrush(IReadOnlyList<ImmutableGradientStop>, double, GradientSpreadMethod, RelativePoint?, double) Constructor

Summary

Initializes a new instance of the ImmutableConicGradientBrush class.

Syntax

public ImmutableConicGradientBrush(IReadOnlyList<ImmutableGradientStop> gradientStops, double opacity = 1, GradientSpreadMethod spreadMethod = Pad, RelativePoint? center = null, double angle = 0)

Parameters

Name Type Description
gradientStops IReadOnlyList<ImmutableGradientStop> The gradient stops.
opacity double The opacity of the brush.
spreadMethod GradientSpreadMethod The spread method.
center RelativePoint? The center point for the gradient.
angle double The starting angle for the gradient.

Return Value

Type Description
void