Click or drag to resize

SingleGraphPrintOptionsCopyFrom Method

Copies values from another instance.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void CopyFrom(
	SingleGraphPrintOptions from
)

Parameters

from  SingleGraphPrintOptions
The instance to copy from.
See Also