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.3179.0 (4.8.3179.0)
Syntax
C#
public override void CopyFrom(
	G2DCoordinateSystem fromb
)

Parameters

fromb  G2DCoordinateSystem
The coordinate system to copy from.
See Also