Click or drag to resize

SpherePaint Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols.Sphere.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Drawing.D3D.IMaterial,Altaxo.Geometry.PointD3D,System.Double)"]


Namespace: Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void Paint(
	IGraphicsContext3D g,
	IMaterial material,
	PointD3D centerLocation,
	double symbolSize
)

Parameters

g  IGraphicsContext3D

[Missing <param name="g"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols.Sphere.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Drawing.D3D.IMaterial,Altaxo.Geometry.PointD3D,System.Double)"]

material  IMaterial

[Missing <param name="material"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols.Sphere.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Drawing.D3D.IMaterial,Altaxo.Geometry.PointD3D,System.Double)"]

centerLocation  PointD3D

[Missing <param name="centerLocation"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols.Sphere.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Drawing.D3D.IMaterial,Altaxo.Geometry.PointD3D,System.Double)"]

symbolSize  Double

[Missing <param name="symbolSize"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.Styles.ScatterSymbols.Sphere.Paint(Altaxo.Graph.Graph3D.GraphicsContext.IGraphicsContext3D,Altaxo.Drawing.D3D.IMaterial,Altaxo.Geometry.PointD3D,System.Double)"]

Implements

IScatterSymbolPaint(IGraphicsContext3D, IMaterial, PointD3D, Double)
See Also