Constructor AxialGradientBrush
Namespace TallComponents.PDF.Brushes
Class AxialGradientBrush
Create a new AxialGradientBrush with given start and endpoint.
Syntax
public
AxialGradientBrush(
Color
startColor
,
Color
endColor
,
Double
startX
,
Double
startY
,
Double
endX
,
Double
endY
)
Parameters
Color
startColor
The start color of the gradient fill.
Color
endColor
The end color of the gradient fill.
Double
startX
The horizontal position of the starting point of the gradient fill.
Double
startY
The vertical position of the starting point of the gradient fill.
Double
endX
The horizontal position of the ending point of the gradient fill.
Double
endY
The vertical position of the ending point of the gradient fill.