IGraphicsContext3DDrawLine(PenX3D, IPolylineD3D) Method |
Draws a 3D polyline.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid DrawLine(
PenX3D pen,
IPolylineD3D path
)
Parameters
- pen PenX3D
- The pen used to draw the polyline.
- path IPolylineD3D
- The polyline path to draw.
See Also