Click or drag to resize

ShapeGroupBounds Property

Gets the bound of the object. The X and Y positions depend on the transformation model chosen for this graphic object: if the transformation takes into account the local anchor point, then the X and Y of the bounds are always 0 (which is the case here).

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override RectangleD3D Bounds { get; }

Property Value

RectangleD3D
The bounds of the graphical object.
See Also