Documents for PDF, .NET Edition Documentation
GradientStop Constructor

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Drawing Namespace > GradientStop Class : GradientStop Constructor
The color of this stop.
The offset of ths stop.
Initializes a new instance of the GradientStop class.
Syntax
'Declaration
 
Public Function New( _
   ByVal color As System.Drawing.Color, _
   ByVal offset As System.Single _
)
public GradientStop( 
   System.Drawing.Color color,
   System.float offset
)

Parameters

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

Reference

GradientStop Class
GradientStop Members