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