[]
Initializes a new instance of the RadialGradientBrush class.
public RadialGradientBrush(Color startColor, Color endColor)
| Type | Name | Description |
|---|---|---|
| Color | startColor | The start gradient color. |
| Color | endColor | The end gradient color. |
Initializes a new instance of the RadialGradientBrush class.
public RadialGradientBrush(Color startColor, Color endColor, PointF centerOfStartCircle)
| Type | Name | Description |
|---|---|---|
| Color | startColor | The start gradient color. |
| Color | endColor | The end gradient color. |
| PointF | centerOfStartCircle | The center of the start circle that defines the beginning of the gradient. |
Creates a copy of a RadialGradientBrush object.
public RadialGradientBrush(RadialGradientBrush source)
| Type | Name | Description |
|---|---|---|
| RadialGradientBrush | source |