Click or drag to resize

G3DPlotItemPaintSymbol Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Plot.G3DPlotItem.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 override void PaintSymbol(
	IGraphicsContext3D g,
	RectangleD3D location
)

Parameters

g  IGraphicsContext3D

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

location  RectangleD3D

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

Implements

IGPlotItemPaintSymbol(IGraphicsContext3D, RectangleD3D)
See Also