ItemLocationByGridGetAbsolute Method |
Gets the absolute rectangle represented by this grid-based location.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RectangleD3D GetAbsolute(
GridPartitioning partition,
VectorD3D parentSize
)
Parameters
- partition GridPartitioning
- The grid partitioning.
- parentSize VectorD3D
- The size of the parent layer.
Return Value
RectangleD3DThe absolute item rectangle.
See Also