Namespace TallComponents.PDF.Brushes
Class RadialGradientBrush
A brush that paints a gradient fill that changes from one color to another between an inner and an outer circle.
Syntax
public class RadialGradientBrush
: GradientBrush
Constructors
RadialGradientBrush()
Create a new RadialGradientBrush.
RadialGradientBrush(Color,Color,Double,Double,Double,Double)
Create a new RadialGradientBrush with given center point and radius of both circles.
Properties
Double InnerRadius
The radius of the inner circle.
Double OuterRadius
The radius of the outer circle.
Double X
The horizontal position of the center point of both circles.
This position is relative to the origin of the shape to which the brush is applied.
Double Y
The vertical position of the center point of both circles.
This position is relative to the origin of the shape to which the brush is applied.