Click or drag to resize

IG3DPlotStylePaintSymbol Method

Paints a appropriate symbol in the given rectangle. The width of the rectangle is mandatory, but if the heigth is too small, you should extend the bounding rectangle and set it as return value of this function.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
RectangleD3D PaintSymbol(
	IGraphicsContext3D g,
	RectangleD3D bounds
)

Parameters

g  IGraphicsContext3D
The graphics context.
bounds  RectangleD3D
The bounds, in which the symbol should be painted.

Return Value

RectangleD3D
If the height of the bounding rectangle is sufficient for painting, returns the original bounding rectangle. Otherwise, it returns a rectangle that is inflated in y-Direction. Do not inflate the rectangle in x-direction!
See Also