Constructor RadialGradientBrush
Namespace TallComponents.PDF.Brushes
Class RadialGradientBrush
Create a new RadialGradientBrush with given center point and radius of both circles.
Syntax
public
RadialGradientBrush(
Color
startColor
,
Color
endColor
,
Double
x
,
Double
y
,
Double
innerRadius
,
Double
outerRadius
)
Parameters
Color
startColor
The start color of the gradient fill.
Color
endColor
The end color of the gradient fill.
Double
x
The horizontal position of the center point of both circles.
Double
y
The vertical position of the center point of both circles.
Double
innerRadius
The radius of the inner circle.
Double
outerRadius
The radius of the outer circle.