G2DCoordinateSystemDrawIsolineFromPointToPlane Method |
Draws an isoline beginning from a given point to a plane.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void DrawIsolineFromPointToPlane(
Graphics g,
Pen pen,
Logical3D r,
CSPlaneID id
)
Parameters
- g Graphics
- Graphics to draw the isoline to.
- pen Pen
- The pen to use.
- r Logical3D
- Logical coordinate of the start point.
- id CSPlaneID
- The logical plane to end the isoline.
See Also