DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GradientStop Class / GradientStop Constructor
The color of this stop.
The offset of ths stop.

In This Topic
GradientStop Constructor
In This Topic
Initializes a new instance of the GradientStop class.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As System.Drawing.Color, _
   ByVal offset As System.Single _
)
 

Parameters

color
The color of this stop.
offset
The offset of ths stop.
See Also