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; }
<ObsoleteAttribute("Since 2.4, use new Pen() instead.")>
Public Shared ReadOnly Property Instantiator As Func(Of Color, Single, Pen)
Get
[<ObsoleteAttribute("Since 2.4, use new Pen() instead.")>]
static member Instantiator : Func<Color, float32, Pen> with get
Property Value
Type:
FuncColor,
Single,
PenSee Also