Initializes a new instance of the
GradientStop class.
public GradientStop(
System.Drawing.Color ,
System.float
)
'Declaration
Public Function New( _
ByVal As System.Drawing.Color, _
ByVal As System.Single _
)
Parameters
- color
- The color of this stop.
- offset
- The offset of ths stop.