AxisStylePaint(IGraphicsContext3D, IPaintContext, IPlotArea, FuncCSLineID, CSAxisInformation) Method |
Paints the complete axis style using the supplied axis-information resolver.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void Paint(
IGraphicsContext3D g,
IPaintContext paintContext,
IPlotArea layer,
Func<CSLineID, CSAxisInformation> GetAxisStyleInformation
)
Parameters
- g IGraphicsContext3D
- The graphics context.
- paintContext IPaintContext
- The paint context.
- layer IPlotArea
- The plot area.
- GetAxisStyleInformation FuncCSLineID, CSAxisInformation
- The axis-information resolver.
See Also