| 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
Syntax[ObsoleteAttribute("Since 2.4: Use Matrix.Create() instead")]
public static Func<float, float, float, float, float, float, IMatrix> InstantiatorWithElements { get; }<ObsoleteAttribute("Since 2.4: Use Matrix.Create() instead")>
Public Shared ReadOnly Property InstantiatorWithElements As Func(Of Single, Single, Single, Single, Single, Single, IMatrix)
	Get[<ObsoleteAttribute("Since 2.4: Use Matrix.Create() instead")>]
static member InstantiatorWithElements : Func<float32, float32, float32, float32, float32, float32, IMatrix> with get
Return Value
Type: 
FuncSingle, 
Single, 
Single, 
Single, 
Single, 
Single, 
IMatrixThe with elements.
 See Also
See Also