Creates a new instance of the
GradientStop class.
Syntax
'Declaration
Public Function New( _
ByVal As System.Double, _
ByVal As System.Drawing.Color _
)
public GradientStop(
System.double ,
System.Drawing.Color
)
Parameters
- position
- The value of the Position property.
- color
- The value of the Color property.
See Also