IObjectOutlineForArrangementsGetBounds(Matrix3x3) Method |
Gets the bounds of the object in root layer coordinates, but then with an additional transformation.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax RectangleD3D GetBounds(
Matrix3x3 additionalTransformation
)
Parameters
- additionalTransformation Matrix3x3
[Missing <param name="additionalTransformation"/> documentation for "M:Altaxo.Graph.Graph3D.IObjectOutlineForArrangements.GetBounds(Altaxo.Geometry.Matrix3x3)"]
Return Value
RectangleD3DThe bounds of the object, with an additional transformation.
See Also