EmbeddedObjectRenderingOptionsCopyFrom(Object) Method |
Copies the state from another object if it is compatible.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual bool CopyFrom(
Object obj
)
Parameters
- obj Object
- The object to copy from.
Return Value
Booleantrue if the copy succeeded; otherwise,
false.
See Also