Namespace TallComponents.PDF.Brushes
Class AxialGradientBrush
A brush that paints a gradient fill that changes from one color to another along a straight line.
Syntax
public class AxialGradientBrush
: GradientBrush
Constructors
AxialGradientBrush()
Create a new AxialGradientBrush.
AxialGradientBrush(Color,Color,Double,Double,Double,Double)
Create a new AxialGradientBrush with given start and endpoint.
Properties
Double EndX
The horizontal position of the ending point of the gradient fill.
This position is relative to the origin of the shape to which the brush is applied.
Double EndY
The vertical position of the ending point of the gradient fill.
This position is relative to the origin of the shape to which the brush is applied.
Double StartX
The horizontal position of the starting point of the gradient fill.
This position is relative to the origin of the shape to which the brush is applied.
Double StartY
The vertical position of the starting point of the gradient fill.
This position is relative to the origin of the shape to which the brush is applied.