DensityImageLegend(DensityImagePlotItem, IDocumentNode, PointD2D, PointD2D, IReadOnlyPropertyBag) Constructor |
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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