Click or drag to resize

PlotItemCollectionPaintSymbol Method

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


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

Parameters

g  IGraphicsContext3D

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

symbolRect  RectangleD3D

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

Implements

IGPlotItemPaintSymbol(IGraphicsContext3D, RectangleD3D)
See Also