LinePlotStylePaintLine Method |
Paints a single line segment.
Namespace: Altaxo.Graph.Graph3D.Plot.StylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual void PaintLine(
IGraphicsContext3D g,
PointD3D beg,
PointD3D end
)
Parameters
- g IGraphicsContext3D
- The graphics context.
- beg PointD3D
- The segment start point.
- end PointD3D
- The segment end point.
See Also