Click or drag to resize

ScatterSymbolShapeBasePaint Method

Paints the symbol with the specified size at the origin of the coordinate system.

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

Parameters

g  IGraphicsContext3D
The graphics context.
material  IMaterial
The material used to draw the symbol.
centerLocation  PointD3D
The location of the center of the symbol.
symbolSize  Double
Size of the symbol.

Implements

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