Click or drag to resize

Matrix Constructor (Double)

Initializes a new instance of Matrix.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public Matrix(
	double[] array
)

Parameters

array
Type: SystemDouble
Array of nine components.
See Also