Click or drag to resize

IBackgroundStyleMeasureItem Method

Measures the outer size of the item.

Namespace: Altaxo.Graph.Gdi.Background
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
RectangleD2D MeasureItem(
	Graphics g,
	RectangleD2D innerArea
)

Parameters

g  Graphics
Graphics context.
innerArea  RectangleD2D
Inner area of the item.

Return Value

RectangleD2D
The rectangle that encloses the item including the background.
See Also