Click or drag to resize

DensityImageLegend(DensityImagePlotItem, IDocumentNode, PointD2D, PointD2D, IReadOnlyPropertyBag) Constructor

Initializes a new instance of the DensityImageLegend class

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DensityImageLegend(
	DensityImagePlotItem plotItem,
	IDocumentNode futureParentObject,
	PointD2D initialLocation,
	PointD2D graphicSize,
	IReadOnlyPropertyBag context
)

Parameters

plotItem  DensityImagePlotItem

[Missing <param name="plotItem"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.DensityImageLegend.#ctor(Altaxo.Graph.Gdi.Plot.DensityImagePlotItem,Altaxo.Main.IDocumentNode,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

futureParentObject  IDocumentNode

[Missing <param name="futureParentObject"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.DensityImageLegend.#ctor(Altaxo.Graph.Gdi.Plot.DensityImagePlotItem,Altaxo.Main.IDocumentNode,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

initialLocation  PointD2D

[Missing <param name="initialLocation"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.DensityImageLegend.#ctor(Altaxo.Graph.Gdi.Plot.DensityImagePlotItem,Altaxo.Main.IDocumentNode,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

graphicSize  PointD2D

[Missing <param name="graphicSize"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.DensityImageLegend.#ctor(Altaxo.Graph.Gdi.Plot.DensityImagePlotItem,Altaxo.Main.IDocumentNode,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

context  IReadOnlyPropertyBag

[Missing <param name="context"/> documentation for "M:Altaxo.Graph.Gdi.Shapes.DensityImageLegend.#ctor(Altaxo.Graph.Gdi.Plot.DensityImagePlotItem,Altaxo.Main.IDocumentNode,Altaxo.Geometry.PointD2D,Altaxo.Geometry.PointD2D,Altaxo.Main.Properties.IReadOnlyPropertyBag)"]

See Also