Click or drag to resize

MatrixInstantiatorWithElements Property

Note: This API is now obsolete.

Gets a delegate that can be used to create instances of a matrix with specified components 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<float, float, float, float, float, float, IMatrix> InstantiatorWithElements { get; }

Return Value

Type: FuncSingle, Single, Single, Single, Single, Single, IMatrix
The with elements.
See Also