Click or drag to resize

IBackgroundStyleMeasure Method

Measures the background size and position.

Namespace: Altaxo.Graph.Graph3D.Background
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
RectangleD3D Measure(
	RectangleD3D itemRectangle
)

Parameters

itemRectangle  RectangleD3D
Position and size of the item for which this background is intended. For text, this is the position and size of the text rectangle, already with a margin around.

Return Value

RectangleD3D
The position and size of the rectangle that fully includes the background (but not the item).
See Also