[]
Initializes a new instance of the GradientStop class.
public GradientStop(Color color, float offset)
Public Sub New(color As Color, offset As Single)
Type | Name | Description |
---|---|---|
Color | color | The color of this stop. |
float | offset | The offset of ths stop. |