[]
        
(Showing Draft Content)

GrapeCity.Drawing.SchemeGradientStop.-ctor

SchemeGradientStop Constructor

SchemeGradientStop(SchemeColor, double)

Initializes a new instance of the SchemeGradientStop struct.

Declaration
public SchemeGradientStop(SchemeColor color, double position)
Public Sub New(color As SchemeColor, position As Double)
Parameters
Type Name Description
SchemeColor color

The color of the gradient stop.

double position

The position of the gradient stop.