PdfRadialGradientBrush Constructor (PointF, Single, PointF, Single,
PdfRGBColor
,
Single
)
|
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
)
Public Sub New (
centreStart As PointF,
radiusStart As Single,
centreEnd As PointF,
radiusEnd As Single,
colors As PdfRGBColor(),
positions As Single()
)
public:
PdfRadialGradientBrush(
PointF centreStart,
float radiusStart,
PointF centreEnd,
float radiusEnd,
array<PdfRGBColor>^ colors,
array<float>^ positions
)
new :
centreStart : PointF *
radiusStart : float32 *
centreEnd : PointF *
radiusEnd : float32 *
colors : PdfRGBColor[] *
positions : float32[] -> PdfRadialGradientBrush
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