'Declaration
Public Function New( _ ByVal color As SchemeColor, _ ByVal position As Double _ )
'Usage
Dim color As SchemeColor Dim position As Double Dim instance As New SchemeGradientStop(color, position)
public SchemeGradientStop( SchemeColor color, double position )
Parameters
- color
- The color of the gradient stop.
- position
- The position of the gradient stop.