Click or drag to resize

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; }

Property Value

Type: FuncImage, Single, TextureBrush
Remarks
This can be used to instantiate texture brushes when creating many brushes to minimize overhead
See Also