Click or drag to resize

HostLayerPaint Method

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


Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void Paint(
	IGraphicsContext3D g,
	IPaintContext paintcontext
)

Parameters

g  IGraphicsContext3D

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

paintcontext  IPaintContext

[Missing <param name="paintcontext"/> documentation for "M:Altaxo.Graph.Graph3D.HostLayer.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Graph.IPaintContext)"]

Implements

IGraphicBasePaint(IGraphicsContext3D, IPaintContext)
See Also