Click or drag to resize

DataMeshPlotItemPaint Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Plot.DataMeshPlotItem.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Graph.IPaintContext,Altaxo.Graph.Graph3D.IPlotArea,Altaxo.Graph.Graph3D.Plot.IGPlotItem,Altaxo.Graph.Graph3D.Plot.IGPlotItem)"]


Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void Paint(
	IGraphicsContext3D g,
	IPaintContext context,
	IPlotArea layer,
	IGPlotItem? previousPlotItem,
	IGPlotItem? nextPlotItem
)

Parameters

g  IGraphicsContext3D

[Missing <param name="g"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.DataMeshPlotItem.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Graph.IPaintContext,Altaxo.Graph.Graph3D.IPlotArea,Altaxo.Graph.Graph3D.Plot.IGPlotItem,Altaxo.Graph.Graph3D.Plot.IGPlotItem)"]

context  IPaintContext

[Missing <param name="context"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.DataMeshPlotItem.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Graph.IPaintContext,Altaxo.Graph.Graph3D.IPlotArea,Altaxo.Graph.Graph3D.Plot.IGPlotItem,Altaxo.Graph.Graph3D.Plot.IGPlotItem)"]

layer  IPlotArea

[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.DataMeshPlotItem.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Graph.IPaintContext,Altaxo.Graph.Graph3D.IPlotArea,Altaxo.Graph.Graph3D.Plot.IGPlotItem,Altaxo.Graph.Graph3D.Plot.IGPlotItem)"]

previousPlotItem  IGPlotItem

[Missing <param name="previousPlotItem"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.DataMeshPlotItem.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Graph.IPaintContext,Altaxo.Graph.Graph3D.IPlotArea,Altaxo.Graph.Graph3D.Plot.IGPlotItem,Altaxo.Graph.Graph3D.Plot.IGPlotItem)"]

nextPlotItem  IGPlotItem

[Missing <param name="nextPlotItem"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.DataMeshPlotItem.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Graph.IPaintContext,Altaxo.Graph.Graph3D.IPlotArea,Altaxo.Graph.Graph3D.Plot.IGPlotItem,Altaxo.Graph.Graph3D.Plot.IGPlotItem)"]

Implements

IGPlotItemPaint(IGraphicsContext3D, IPaintContext, IPlotArea, IGPlotItem, IGPlotItem)
See Also