Click or drag to resize

GraphicsPathInstantiator Property

Note: This API is now obsolete.

Creates a delegate that can be used to create instances of the IGraphicsPath with little overhead

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

Property Value

Type: FuncIGraphicsPath
Remarks
This is useful when creating a very large number of graphics path objects
See Also