G2DCoordinateSystemDrawIsoline Method |
Draws an isoline on the plot area.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void DrawIsoline(
Graphics g,
Pen pen,
Logical3D r0,
Logical3D r1
)
Parameters
- g Graphics
- Graphics context.
- pen Pen
- The style of the pen used to draw the line.
- r0 Logical3D
- Starting point in logical coordinates.
- r1 Logical3D
- End point in logical coordinates.
See Also