Click or drag to resize

ItemLocationByGridGetAbsolute Method

Gets the absolute rectangle represented by this grid-based location.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RectangleD3D GetAbsolute(
	GridPartitioning partition,
	VectorD3D parentSize
)

Parameters

partition  GridPartitioning
The grid partitioning.
parentSize  VectorD3D
The size of the parent layer.

Return Value

RectangleD3D
The absolute item rectangle.
See Also