IScatterSymbolPaint Method |
Paints the symbol with the specified size at the origin of the coordinate system.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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.
See Also