Click or drag to resize

G2DCoordinateSystemGetIsolineFromTo Method

Get a line along the axis designated by the argument id from the logical values r0 to r1.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void GetIsolineFromTo(
	GraphicsPath path,
	CSLineID id,
	double r0,
	double r1
)

Parameters

path  GraphicsPath
Graphics path.
id  CSLineID
Axis to draw the isoline along.
r0  Double
Start point of the isoline. The logical value of the other coordinate.
r1  Double
End point of the isoline. The logical value of the other coordinate.
See Also