Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Graph Namespaces
Altaxo.Graph.Graph3D.GraphicsContext
GraphicsContext3DBase Class
GraphicsContext3DBase Methods
DrawLine Method
DrawLine(PenX3D, IPolylineD3D) Method
DrawLine(PenX3D, PointD3D, PointD3D) Method
Graphics
Context
3DBase
Draw
Line(Pen
X
3D, Point
D
3D, Point
D
3D) Method
Draws a 3D line segment.
Namespace:
Altaxo.Graph.Graph3D.GraphicsContext
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
virtual
void
DrawLine
(
PenX3D
pen
,
PointD3D
p0
,
PointD3D
p1
)
Parameters
pen
PenX3D
The pen used to draw the segment.
p0
PointD3D
The start point of the segment.
p1
PointD3D
The end point of the segment.
Implements
IGraphicsContext3D
DrawLine(PenX3D, PointD3D, PointD3D)
See Also
Reference
GraphicsContext3DBase Class
DrawLine Overload
Altaxo.Graph.Graph3D.GraphicsContext Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net