Create a new RadialGradientBrush with given centerpoint and radius of both circles.
Namespace: TallComponents.PDF.BrushesAssembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1
Syntax
| C# |
|---|
public RadialGradientBrush( Color startColor, Color endColor, double x, double y, double innerRadius, double outerRadius ) |
| Visual Basic |
|---|
Public Sub New ( _ startColor As Color, _ endColor As Color, _ x As Double, _ y As Double, _ innerRadius As Double, _ outerRadius As Double _ ) |
Parameters
- startColor
- Type: TallComponents.PDF.Colors..::..Color
The start color of the gradient fill.
- endColor
- Type: TallComponents.PDF.Colors..::..Color
The end color of the gradient fill.
- x
- Type: System..::..Double
The horizontal position of the center point of both circles.
- y
- Type: System..::..Double
The vertical position of the center point of both circles.
- innerRadius
- Type: System..::..Double
The radius of the inner circle.
- outerRadius
- Type: System..::..Double
The radius of the outer circle.