IGraphicsContext3DDrawLine(PenX3D, PointD3D, PointD3D) Method |
Draws a 3D line segment.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid DrawLine(
PenX3D pen,
PointD3D p0,
PointD3D p1
)
Parameters
- pen PenX3D
- The pen used to draw the segment.
- p0 PointD3D
- The start point of the segment.
- p1 PointD3D
- The end point of the segment.
See Also