IBackgroundStyleMeasureItem Method |
Measures the outer size of the item.
Namespace: Altaxo.Graph.Gdi.BackgroundAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax RectangleD2D MeasureItem(
Graphics g,
RectangleD2D innerArea
)
Parameters
- g Graphics
- Graphics context.
- innerArea RectangleD2D
- Inner area of the item.
Return Value
RectangleD2DThe rectangle that encloses the item including the background.
See Also