Click or drag to resize

MatrixIHandlerCreate Method

Creates a new identiy matrix

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Create()
Remarks
An identity matrix is defined as:

| 1 0 0 | | 0 1 0 | | 0 0 1 |

See Also