Click or drag to resize

StepVerticalConnectionGetStepPolylinePoints Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.StepVerticalConnection.GetStepPolylinePoints(System.Drawing.PointF[],Altaxo.Graph.Plot.Data.IPlotRange,Altaxo.Graph.Gdi.IPlotArea,System.Boolean,System.Int32@,System.Int32@)"]


Namespace: Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override PointF[] GetStepPolylinePoints(
	PointF[] allLinePoints,
	IPlotRange range,
	IPlotArea layer,
	bool connectCircular,
	out int numberOfPointsPerOriginalPoint,
	out int lastIndex
)

Parameters

allLinePoints  PointF

[Missing <param name="allLinePoints"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.StepVerticalConnection.GetStepPolylinePoints(System.Drawing.PointF[],Altaxo.Graph.Plot.Data.IPlotRange,Altaxo.Graph.Gdi.IPlotArea,System.Boolean,System.Int32@,System.Int32@)"]

range  IPlotRange

[Missing <param name="range"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.StepVerticalConnection.GetStepPolylinePoints(System.Drawing.PointF[],Altaxo.Graph.Plot.Data.IPlotRange,Altaxo.Graph.Gdi.IPlotArea,System.Boolean,System.Int32@,System.Int32@)"]

layer  IPlotArea

[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.StepVerticalConnection.GetStepPolylinePoints(System.Drawing.PointF[],Altaxo.Graph.Plot.Data.IPlotRange,Altaxo.Graph.Gdi.IPlotArea,System.Boolean,System.Int32@,System.Int32@)"]

connectCircular  Boolean

[Missing <param name="connectCircular"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.StepVerticalConnection.GetStepPolylinePoints(System.Drawing.PointF[],Altaxo.Graph.Plot.Data.IPlotRange,Altaxo.Graph.Gdi.IPlotArea,System.Boolean,System.Int32@,System.Int32@)"]

numberOfPointsPerOriginalPoint  Int32

[Missing <param name="numberOfPointsPerOriginalPoint"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.StepVerticalConnection.GetStepPolylinePoints(System.Drawing.PointF[],Altaxo.Graph.Plot.Data.IPlotRange,Altaxo.Graph.Gdi.IPlotArea,System.Boolean,System.Int32@,System.Int32@)"]

lastIndex  Int32

[Missing <param name="lastIndex"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.StepVerticalConnection.GetStepPolylinePoints(System.Drawing.PointF[],Altaxo.Graph.Plot.Data.IPlotRange,Altaxo.Graph.Gdi.IPlotArea,System.Boolean,System.Int32@,System.Int32@)"]

Return Value

PointF

[Missing <returns> documentation for "M:Altaxo.Graph.Gdi.Plot.Styles.LineConnectionStyles.StepVerticalConnection.GetStepPolylinePoints(System.Drawing.PointF[],Altaxo.Graph.Plot.Data.IPlotRange,Altaxo.Graph.Gdi.IPlotArea,System.Boolean,System.Int32@,System.Int32@)"]

See Also