Click or drag to resize

G2DCoordinateSystemGetIsolineOnPlane Method

Draws an isoline on a plane beginning from r0 to r1. For r0,r1 either ry0,ry1 is used (if it is an x-axis), otherwise rx0,rx1 is used. The other parameter pair is not used.

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

Parameters

path  GraphicsPath
Graphics path to fill with the isoline.
id  CSPlaneID
The axis to end the isoline.
r0  Logical3D
Logical coordinate of the start point.
r1  Logical3D
Logical coordinate of the end point.
See Also