Initializes a new instance of the
GradientStop struct.
'Declaration
Public Function New( _
ByVal As Double, _
ByVal As Color _
)
'Usage
Dim position As Double
Dim color As Color
Dim instance As New GradientStop(position, color)
Parameters
- position
- A double value represents the position information for this gradient stop.
- color
- A Color value represents the color of this gradient stop.