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
)
Function Create (
rectangle As RectangleF,
startColor As Color,
endColor As Color,
angle As Single
) As Object
abstract Create :
rectangle : RectangleF *
startColor : Color *
endColor : Color *
angle : float32 -> Object
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:
ObjectControlObject for the brush
See Also