[]
Initializes a new instance of the RadialGradientBrush class.
public RadialGradientBrush(Color startColor, Color endColor)
Public Sub New(startColor As Color, endColor As Color)
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)
Public Sub New(startColor As Color, endColor As Color, centerOfStartCircle As PointF)
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)
Public Sub New(source As RadialGradientBrush)
Type | Name | Description |
---|---|---|
RadialGradientBrush | source |