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
)
Function Create (
startColor As Color,
endColor As Color,
center As PointF,
gradientOrigin As PointF,
radius As SizeF
) As Object
abstract Create :
startColor : Color *
endColor : Color *
center : PointF *
gradientOrigin : PointF *
radius : SizeF -> Object
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