G2DCoordinateSystemGetIsolineFromPlaneToPoint Method |
Draws an isoline beginning from a plane to the given point.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void GetIsolineFromPlaneToPoint(
GraphicsPath path,
CSPlaneID id,
Logical3D r
)
Parameters
- path GraphicsPath
- Graphics path to fill with the isoline.
- id CSPlaneID
- The logical plane to start drawing from.
- r Logical3D
- Logical coordinates of the end point.
See Also