Click or drag to resize

LinePlotStylePaintSymbol Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.LinePlotStyle.PaintSymbol(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Geometry.RectangleD3D)"]


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

Parameters

g  IGraphicsContext3D

[Missing <param name="g"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.LinePlotStyle.PaintSymbol(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Geometry.RectangleD3D)"]

bounds  RectangleD3D

[Missing <param name="bounds"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.LinePlotStyle.PaintSymbol(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Geometry.RectangleD3D)"]

Return Value

RectangleD3D

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.LinePlotStyle.PaintSymbol(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Geometry.RectangleD3D)"]

Implements

IG3DPlotStylePaintSymbol(IGraphicsContext3D, RectangleD3D)
See Also