TextureBrushInstantiator Property |
Note: This API is now obsolete.
Gets an instantiator for the texture brush to create instances
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [ObsoleteAttribute("Since 2.4: Use new TextureBrush() instead")]
public static Func<Image, float, TextureBrush> Instantiator { get; }
<ObsoleteAttribute("Since 2.4: Use new TextureBrush() instead")>
Public Shared ReadOnly Property Instantiator As Func(Of Image, Single, TextureBrush)
Get
[<ObsoleteAttribute("Since 2.4: Use new TextureBrush() instead")>]
static member Instantiator : Func<Image, float32, TextureBrush> with get
Property Value
Type:
FuncImage,
Single,
TextureBrushRemarks
This can be used to instantiate texture brushes when creating many brushes to minimize overhead
See Also