Click or drag to resize

EllipsoidPaint Method

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


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

Parameters

g  IGraphicsContext3D

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

context  IPaintContext

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

Implements

IGraphicBasePaint(IGraphicsContext3D, IPaintContext)
See Also