Click or drag to resize

LinePlotStylePaintLine Method

Paints a single line segment.

Namespace: Altaxo.Graph.Graph3D.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void PaintLine(
	IGraphicsContext3D g,
	PointD3D beg,
	PointD3D end
)

Parameters

g  IGraphicsContext3D
The graphics context.
beg  PointD3D
The segment start point.
end  PointD3D
The segment end point.
See Also