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.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public RectangleD2D GetAbsoluteEnclosingRectangleWithoutSSRS()

Return Value

RectangleD2D
The enclosing rectangle in absolute values.
See Also