Click or drag to resize

ItemLocationDirectGetAbsoluteEnclosingRectangleWithoutSSRS Method

Gets the absolute enclosing rectangle without taking into account ScaleX, ScaleY, Rotation and Shear (SSRS).

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

Return Value

RectangleD3D
The enclosing rectangle in absolute values.
See Also