Documents for PDF, .NET Edition Documentation
RadialGradientBrush Constructor(Color,Color,PointF)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Drawing Namespace > RadialGradientBrush Class > RadialGradientBrush Constructor : RadialGradientBrush Constructor(Color,Color,PointF)
The start gradient color.
The end gradient color.
The location of the focal point that defines the beginning of the gradient.
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 gradientOrigin As System.Drawing.PointF _
)
public RadialGradientBrush( 
   System.Drawing.Color startColor,
   System.Drawing.Color endColor,
   System.Drawing.PointF gradientOrigin
)

Parameters

startColor
The start gradient color.
endColor
The end gradient color.
gradientOrigin
The location of the focal point that defines the beginning of the gradient.
See Also

Reference

RadialGradientBrush Class
RadialGradientBrush Members
Overload List