[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GradientStop.-ctor

GradientStop Constructor

GradientStop(Color, float)

Initializes a new instance of the GradientStop class.

Declaration
public GradientStop(Color color, float offset)
Public Sub New(color As Color, offset As Single)
Parameters
Type Name Description
Color color

The color of this stop.

float offset

The offset of ths stop.