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.3572.0 (4.8.3572.0)
Syntax
C#
public DensityImageLegend(
	DensityImagePlotItem plotItem,
	IDocumentNode futureParentObject,
	PointD2D initialLocation,
	PointD2D graphicSize,
	IReadOnlyPropertyBag context
)

Parameters

plotItem  DensityImagePlotItem
The source density-image plot item.
futureParentObject  IDocumentNode
The future parent object.
initialLocation  PointD2D
The initial location.
graphicSize  PointD2D
The legend size.
context  IReadOnlyPropertyBag
The property context.
See Also