Click or drag to resize

FillToCurvePlotStyleStraightConnection_PaintOneRange Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.FillToCurvePlotStyle.StraightConnection_PaintOneRange(System.Drawing.Graphics,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Plot.Data.PlotRange,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,System.Drawing.Brush)"]


Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void StraightConnection_PaintOneRange(
	Graphics g,
	Processed2DPlotData pdata,
	PlotRange range,
	IPlotArea layer,
	Processed2DPlotData previousData,
	Brush fillBrush
)

Parameters

g  Graphics

[Missing <param name="g"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.FillToCurvePlotStyle.StraightConnection_PaintOneRange(System.Drawing.Graphics,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Plot.Data.PlotRange,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,System.Drawing.Brush)"]

pdata  Processed2DPlotData

[Missing <param name="pdata"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.FillToCurvePlotStyle.StraightConnection_PaintOneRange(System.Drawing.Graphics,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Plot.Data.PlotRange,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,System.Drawing.Brush)"]

range  PlotRange

[Missing <param name="range"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.FillToCurvePlotStyle.StraightConnection_PaintOneRange(System.Drawing.Graphics,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Plot.Data.PlotRange,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,System.Drawing.Brush)"]

layer  IPlotArea

[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.FillToCurvePlotStyle.StraightConnection_PaintOneRange(System.Drawing.Graphics,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Plot.Data.PlotRange,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,System.Drawing.Brush)"]

previousData  Processed2DPlotData

[Missing <param name="previousData"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.FillToCurvePlotStyle.StraightConnection_PaintOneRange(System.Drawing.Graphics,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Plot.Data.PlotRange,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,System.Drawing.Brush)"]

fillBrush  Brush

[Missing <param name="fillBrush"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.FillToCurvePlotStyle.StraightConnection_PaintOneRange(System.Drawing.Graphics,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Plot.Data.PlotRange,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,System.Drawing.Brush)"]

See Also