Click or drag to resize

DensityImagePlotStyleCopyFrom(DensityImagePlotStyle) Method

Copies the values from another DensityImagePlotStyle instance.

Namespace: Altaxo.Graph.Gdi.Plot.Styles
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void CopyFrom(
	DensityImagePlotStyle from
)

Parameters

from  DensityImagePlotStyle
The instance to copy from.
See Also