StepConnectionBaseFillOneRange(GraphicsPath, Processed2DPlotData, IPlotRange, IPlotArea, CSPlaneID, PointF, Boolean, PointF, Double, Double) Method |
Template to get a fill path.
Namespace: Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStylesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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. Don't use the Range property of the pdata, since it is overriden by the next argument.
- 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 x-direction.
See Also