VectorCartesicPlotStylePaintSymbol 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.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public 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
RectangleD3DIf 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!
Implements
IG3DPlotStylePaintSymbol(IGraphicsContext3D, RectangleD3D)See Also