| MatrixCreate Method (Single) | 
 
            Creates a new matrix with the specified elements
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static IMatrix Create(
	float[] elements
)
Public Shared Function Create ( 
	elements As Single()
) As IMatrix
static member Create : 
        elements : float32[] -> IMatrix 
Parameters
- elements
- Type: SystemSingle
 Elements of the matrix (six components)
Return Value
Type: 
IMatrix[Missing <returns> documentation for "M:Eto.Drawing.Matrix.Create(System.Single[])"]
 See Also
See Also