Click or drag to resize

IGraphicsContext3DDrawLine(PenX3D, IPolylineD3D) Method

Draws a 3D polyline.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void DrawLine(
	PenX3D pen,
	IPolylineD3D path
)

Parameters

pen  PenX3D
The pen used to draw the polyline.
path  IPolylineD3D
The polyline path to draw.
See Also