Click or drag to resize

RadialGradientBrushIHandlerCreate Method

Creates a new radial gradient brush object.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Object Create(
	Color startColor,
	Color endColor,
	PointF center,
	PointF gradientOrigin,
	SizeF radius
)

Parameters

startColor
Type: Eto.DrawingColor
Start color from the gradientOrigin
endColor
Type: Eto.DrawingColor
End color at the outer edge of the ellipse
center
Type: Eto.DrawingPointF
Center of the ellipse
gradientOrigin
Type: Eto.DrawingPointF
Origin of the gradient.
radius
Type: Eto.DrawingSizeF
Radius of the ellipse.

Return Value

Type: Object

[Missing <returns> documentation for "M:Eto.Drawing.RadialGradientBrush.IHandler.Create(Eto.Drawing.Color,Eto.Drawing.Color,Eto.Drawing.PointF,Eto.Drawing.PointF,Eto.Drawing.SizeF)"]

See Also