G2DCoordinateSystemDrawIsolineFromTo Method |
Get a line along the axis designated by the argument id from the logical values r0 to r1.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void DrawIsolineFromTo(
Graphics g,
Pen pen,
CSLineID id,
double r0,
double r1
)
Parameters
- g Graphics
- Graphics context.
- pen Pen
- The pen required to draw the line.
- id CSLineID
- Axis to draw the isoline along.
- r0 Double
- Start point of the isoline. The logical value of the other coordinate.
- r1 Double
- End point of the isoline. The logical value of the other coordinate.
See Also