Click or drag to resize

StepConnectionBaseFillOneRange(GraphicsPath, Processed2DPlotData, IPlotRange, IPlotArea, CSPlaneID, PointF, Boolean, PointF, Double, Double) Method

Builds the fill path for a processed step polyline.

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

Parameters

gp  GraphicsPath
Graphics path to fill with data.
pdata  Processed2DPlotData
The plot data.
range  IPlotRange
The plot range to use.
layer  IPlotArea
Graphics layer.
fillDirection  CSPlaneID
Designates a bound to fill to.
linePoints  PointF
The points that mark the line.
connectCircular  Boolean
If true, a circular connection is drawn.
allLinePointsShiftedAlready  PointF
The plot positions, already shifted when a logical shift needed to be applied. Don't use the Range property of the pdata, since it is overriden by the next argument.
logicalShiftX  Double
The logical shift in x-direction.
logicalShiftY  Double
The logical shift in y-direction.
See Also