PDFReaderControls.NET Professional Type Reference

RadialGradientBrush Constructor (Color, Color, Double, Double, Double, Double)

Create a new RadialGradientBrush with given centerpoint and radius of both circles.

public RadialGradientBrush(
   Color startColor,
   Color endColor,
   double x,
   double y,
   double innerRadius,
   double outerRadius
);

Parameters

startColor
The start color of the gradient fill.
endColor
The end color of the gradient fill.
x
The horizontal position of the center point of both circles.
y
The vertical position of the center point of both circles.
innerRadius
The radius of the inner circle.
outerRadius
The radius of the outer circle.

See Also

RadialGradientBrush Class | TallComponents.PDF.Brushes Namespace | RadialGradientBrush Constructor Overload List