G2DCoordinateSystemCopyFrom Method |
Copies the member variables from another coordinate system.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public virtual void CopyFrom(
G2DCoordinateSystem from
)
Parameters
- from G2DCoordinateSystem
- The coordinate system to copy from.
See Also