Click or drag to resize

ItemLocationByGridGetAbsolute Method

Gets the absolute rectangle represented by this grid location.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public RectangleD2D GetAbsolute(
	GridPartitioning partition,
	PointD2D parentSize
)

Parameters

partition  GridPartitioning
The grid partitioning.
parentSize  PointD2D
The size of the parent area.

Return Value

RectangleD2D
The absolute rectangle.
See Also