Click or drag to resize

PenInstantiator Property

Note: This API is now obsolete.

Gets a delegate that can be used to create instances of the Pen with low overhead

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

Property Value

Type: FuncColor, Single, Pen
See Also