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