Click or drag to resize

RectangularObjectOutline Constructor

Initializes a new instance of the RectangularObjectOutline class.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RectangularObjectOutline(
	RectangleD3D rectangle,
	Matrix4x3 transformation
)

Parameters

rectangle  RectangleD3D
The rectangle describing the outline.
transformation  Matrix4x3
The transformation to world coordinates.
See Also