Document Solutions for PDF
GrapeCity.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 _
    )
    public GradientStop( 
       System.Drawing.Color color,
       System.float offset
    )

    Parameters

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