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