Click or drag to resize

SolidBrushInstantiator Property

Note: This API is now obsolete.

Gets a delegate to instantiate objects of this type with minimal overhead

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

Property Value

Type: FuncColor, SolidBrush
See Also