Click or drag to resize

DensityImageLegendController(DensityImageLegend, String, CSLineID) Constructor

Initializes a new instance of the DensityImageLegendController class

Namespace: Altaxo.Gui.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DensityImageLegendController(
	DensityImageLegend layer,
	string currentPage,
	CSLineID id
)

Parameters

layer  DensityImageLegend

[Missing <param name="layer"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Shapes.DensityImageLegendController.#ctor(Altaxo.Graph.Gdi.Shapes.DensityImageLegend,System.String,Altaxo.Graph.CSLineID)"]

currentPage  String

[Missing <param name="currentPage"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Shapes.DensityImageLegendController.#ctor(Altaxo.Graph.Gdi.Shapes.DensityImageLegend,System.String,Altaxo.Graph.CSLineID)"]

id  CSLineID

[Missing <param name="id"/> documentation for "M:Altaxo.Gui.Graph.Gdi.Shapes.DensityImageLegendController.#ctor(Altaxo.Graph.Gdi.Shapes.DensityImageLegend,System.String,Altaxo.Graph.CSLineID)"]

See Also