Click or drag to resize

GraphicsContextD3DPrimitivesBaseDrawLine(PositionNormalIndexedTriangleBuffers, PenX3D, PointD3D, PointD3D) Method

Draws a line into the specified triangle buffers.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void DrawLine(
	PositionNormalIndexedTriangleBuffers buffers,
	PenX3D pen,
	PointD3D p0,
	PointD3D p1
)

Parameters

buffers  PositionNormalIndexedTriangleBuffers
The target buffers.
pen  PenX3D
The pen that defines the line appearance.
p0  PointD3D
The start point.
p1  PointD3D
The end point.
See Also