Click or drag to resize

RadialGradientBrushInstantiator Property

Note: This API is now obsolete.

Gets a delegate to instantiate RadialGradientBrush objects

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.4: Use new RadialGradientBrush() instead")]
public static Func<Color, Color, PointF, PointF, SizeF, RadialGradientBrush> Instantiator { get; }

Property Value

Type: FuncColor, Color, PointF, PointF, SizeF, RadialGradientBrush
Remarks
Use this to instantiate many objects of this type
See Also