Click or drag to resize

PdfRadialGradientBrush Constructor (PointF, Single, PointF, Single, PdfRGBColor, PdfRGBColor)

Initializes a new instance of theclass.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfRadialGradientBrush(
	PointF centreStart,
	float radiusStart,
	PointF centreEnd,
	float radiusEnd,
	PdfRGBColor colorStart,
	PdfRGBColor colorEnd
)

Parameters

centreStart
Type: System.Drawing PointF
The start centre.
radiusStart
Type: System Single
The start radius.
centreEnd
Type: System.Drawing PointF
The end centre.
radiusEnd
Type: System Single
The end radius.
colorStart
Type: Spire.Pdf.Graphics PdfRGBColor
The start color.
colorEnd
Type: Spire.Pdf.Graphics PdfRGBColor
The end color.
See Also