RectangularBackgroundMeasure Method |
Measures the background size and position.
Namespace: Altaxo.Graph.Graph3D.BackgroundAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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).
Implements
IBackgroundStyleMeasure(RectangleD3D)See Also