Click or drag to resize

GraphicsContext3DBaseDrawLine(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#
public virtual void DrawLine(
	PenX3D pen,
	IPolylineD3D path
)

Parameters

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

Implements

IGraphicsContext3DDrawLine(PenX3D, IPolylineD3D)
See Also