Click or drag to resize

G3DCartesicCoordinateSystemCopyFrom Method

Copies the member variables from another coordinate system.

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

Parameters

from  G2DCoordinateSystem
The coordinate system to copy from.
See Also