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; }
<ObsoleteAttribute("Since 2.4: Use Matrix.Create() instead")>
Public Shared ReadOnly Property Instantiator As Func(Of IMatrix)
Get
[<ObsoleteAttribute("Since 2.4: Use Matrix.Create() instead")>]
static member Instantiator : Func<IMatrix> with get
Property Value
Type:
FuncIMatrixSee Also