Click or drag to resize

RectangularBackgroundCopyFrom Method

Try to copy from another object. Should try to copy even if the object to copy from is not of the same type, but a base type. In this case only the base properties should be copied.

Namespace: Altaxo.Graph.Graph3D.Background
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool CopyFrom(
	Object obj
)

Parameters

obj  Object
Object to copy from.

Return Value

Boolean
True if at least parts of the object could be copied, false if the object to copy from is incompatible.

Implements

ICopyFromCopyFrom(Object)
See Also