Click or drag to resize

StraightConnectionFillOneRange Method

Template to get a fill path.

Namespace: Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override void FillOneRange(
	GraphicsPath gp,
	Processed2DPlotData pdata,
	IPlotRange range,
	IPlotArea layer,
	CSPlaneID fillDirection,
	bool ignoreMissingDataPoints,
	bool connectCircular,
	PointF[] allLinePoints,
	double logicalShiftX,
	double logicalShiftY
)

Parameters

gp  GraphicsPath
Graphics path to fill with data.
pdata  Processed2DPlotData
The plot data. Do not use the plot point positions from here, since they are not shifted when shifting group styles are present.
range  IPlotRange
The plot range to use.
layer  IPlotArea
Graphics layer.
fillDirection  CSPlaneID
Designates a bound to fill to.
ignoreMissingDataPoints  Boolean
If true, missing data points are ignored.
connectCircular  Boolean
If true, the line is connected circular, and the area is the polygon inside of that circular connection.
allLinePoints  PointF

[Missing <param name="allLinePoints"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.StraightConnection.FillOneRange(System.Drawing.Drawing2D.GraphicsPath,Altaxo.Graph.Gdi.Plot.Data.Processed2DPlotData,Altaxo.Graph.Plot.Data.IPlotRange,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.CSPlaneID,System.Boolean,System.Boolean,System.Drawing.PointF[],System.Double,System.Double)"]

logicalShiftX  Double
The logical shift in x-direction.
logicalShiftY  Double
The logical shift in x-direction.

Implements

ILineConnectionStyleFillOneRange(GraphicsPath, Processed2DPlotData, IPlotRange, IPlotArea, CSPlaneID, Boolean, Boolean, PointF, Double, Double)
See Also