Click or drag to resize

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

Initializes a new instance of the PdfRadialGradientBrush class

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[] colors,
	float[] positions
)

Parameters

centreStart
Type: System.Drawing PointF
radiusStart
Type: System Single
centreEnd
Type: System.Drawing PointF
radiusEnd
Type: System Single
colors
Type: Spire.Pdf.Graphics PdfRGBColor
positions
Type: System Single
See Also