Click or drag to resize

LinearGradientBrushIHandlerCreate 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.DrawingRectangleF
Rectangle.
startColor
Type: Eto.DrawingColor
Start color.
endColor
Type: Eto.DrawingColor
End color.
angle
Type: SystemSingle
Angle.

Return Value

Type: Object
ControlObject for the brush
See Also