Click or drag to resize

G2DCoordinateSystemGetIsolineFromPointToPlane Method

Draws an isoline beginning from a given point to the axis.

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

Parameters

path  GraphicsPath
Graphics path to fill with the isoline.
r  Logical3D
Logical coordinate of the start point.
id  CSPlaneID
The logical plane to end the isoline.
See Also