Click or drag to resize

RelativeStackTransformPaintChild Method

[Missing <summary> documentation for "M:Altaxo.Graph.Gdi.Plot.Groups.RelativeStackTransform.PaintChild(System.Drawing.Graphics,Altaxo.Graph.IPaintContext,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.PlotItemCollection,System.Int32)"]


Namespace: Altaxo.Graph.Gdi.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void PaintChild(
	Graphics g,
	IPaintContext paintContext,
	IPlotArea layer,
	PlotItemCollection coll,
	int indexOfChild
)

Parameters

g  Graphics

[Missing <param name="g"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Groups.RelativeStackTransform.PaintChild(System.Drawing.Graphics,Altaxo.Graph.IPaintContext,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.PlotItemCollection,System.Int32)"]

paintContext  IPaintContext

[Missing <param name="paintContext"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Groups.RelativeStackTransform.PaintChild(System.Drawing.Graphics,Altaxo.Graph.IPaintContext,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.PlotItemCollection,System.Int32)"]

layer  IPlotArea

[Missing <param name="layer"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Groups.RelativeStackTransform.PaintChild(System.Drawing.Graphics,Altaxo.Graph.IPaintContext,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.PlotItemCollection,System.Int32)"]

coll  PlotItemCollection

[Missing <param name="coll"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Groups.RelativeStackTransform.PaintChild(System.Drawing.Graphics,Altaxo.Graph.IPaintContext,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.PlotItemCollection,System.Int32)"]

indexOfChild  Int32

[Missing <param name="indexOfChild"/> documentation for "M:Altaxo.Graph.Gdi.Plot.Groups.RelativeStackTransform.PaintChild(System.Drawing.Graphics,Altaxo.Graph.IPaintContext,Altaxo.Graph.Gdi.IPlotArea,Altaxo.Graph.Gdi.Plot.PlotItemCollection,System.Int32)"]

Implements

ICoordinateTransformingGroupStylePaintChild(Graphics, IPaintContext, IPlotArea, PlotItemCollection, Int32)
See Also