ItemLocationByGridGetAbsolute Method |
Gets the absolute rectangle represented by this grid location.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic RectangleD2D GetAbsolute(
GridPartitioning partition,
PointD2D parentSize
)
Parameters
- partition GridPartitioning
- The grid partitioning.
- parentSize PointD2D
- The size of the parent area.
Return Value
RectangleD2DThe absolute rectangle.
See Also