Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / RadialGradientBrush Class / RadialGradientBrush Constructor / RadialGradientBrush Constructor(Color,Color,PointF)
The start gradient color.
The end gradient color.
The center of the start circle that defines the beginning of the gradient.

In This Topic
    RadialGradientBrush Constructor(Color,Color,PointF)
    In This Topic
    Initializes a new instance of the RadialGradientBrush class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal startColor As System.Drawing.Color, _
       ByVal endColor As System.Drawing.Color, _
       ByVal centerOfStartCircle As System.Drawing.PointF _
    )
    public RadialGradientBrush( 
       System.Drawing.Color startColor,
       System.Drawing.Color endColor,
       System.Drawing.PointF centerOfStartCircle
    )

    Parameters

    startColor
    The start gradient color.
    endColor
    The end gradient color.
    centerOfStartCircle
    The center of the start circle that defines the beginning of the gradient.
    See Also