Click or drag to resize

MatrixInstantiator Property

Note: This API is now obsolete.

Gets a delegate that can be used to create an identity matrix with little overhead

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

Property Value

Type: FuncIMatrix
See Also