Click or drag to resize

HostLayerCopyFrom(HostLayer, GraphCopyOptions) Method

Copies the state from another layer using the specified copy options.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void CopyFrom(
	HostLayer from,
	GraphCopyOptions options
)

Parameters

from  HostLayer
The source layer.
options  GraphCopyOptions
The copy options.
See Also