Click or drag to resize

LinearGradientBrush.IHandler.Create Method (RectangleF, Color, Color, Single)

Create the specified rectangle, startColor, endColor and angle.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
Object Create(
	RectangleF rectangle,
	Color startColor,
	Color endColor,
	float angle
)

Parameters

rectangle
Type: Eto.Drawing.RectangleF
Rectangle.
startColor
Type: Eto.Drawing.Color
Start color.
endColor
Type: Eto.Drawing.Color
End color.
angle
Type: System.Single
Angle.

Return Value

Type: Object
ControlObject for the brush
See Also