Click or drag to resize

IObjectOutlineForArrangements Interface

Designates the outline of a 3D graphical object in order to arrange it horizontally, vertically, or in depth direction.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IObjectOutlineForArrangements

The IObjectOutlineForArrangements type exposes the following members.

Methods
 NameDescription
Public methodGetBounds Gets the bounds of the object in root layer coordinates.
Public methodGetBounds(Matrix3x3) Gets the bounds of the object in root layer coordinates, but then with an additional transformation.
Top
See Also