GraphicsContextD3DPrimitivesBaseDrawLine(IIndexedTriangleBuffer, PenX3D, PointD3D, PointD3D) Method |
Draws a line into the specified indexed triangle buffer.
Namespace: Altaxo.Graph.Graph3D.GraphicsContextAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static void DrawLine(
IIndexedTriangleBuffer buffer,
PenX3D pen,
PointD3D p0,
PointD3D p1
)
Parameters
- buffer IIndexedTriangleBuffer
- The target buffer.
- pen PenX3D
- The pen used to draw the line.
- p0 PointD3D
- The start point.
- p1 PointD3D
- The end point.
See Also