Click or drag to resize

IObjectOutlineForArrangementsGetBounds(Matrix3x3) Method

Gets the bounds of the object in root layer coordinates, but then with an additional transformation.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
RectangleD3D GetBounds(
	Matrix3x3 additionalTransformation
)

Parameters

additionalTransformation  Matrix3x3
The additional transformation to apply to the object bounds.

Return Value

RectangleD3D
The bounds of the object, with an additional transformation.
See Also