Click or drag to resize

RectangularBackgroundDraw(IGraphicsContext3D, RectangleD3D) Method

Draws the specified background

Namespace: Altaxo.Graph.Graph3D.Background
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Draw(
	IGraphicsContext3D g,
	RectangleD3D itemRectangle
)

Parameters

g  IGraphicsContext3D
The drawing context.
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. This parameter should have the same size as was used in the previous call to Measure(RectangleD3D)

Implements

IBackgroundStyleDraw(IGraphicsContext3D, RectangleD3D)
Exceptions
ExceptionCondition
NotImplementedException
See Also