Click or drag to resize

EmbeddedImageGraphicCopyFrom(EmbeddedImageGraphic, Boolean) Method

Copies values from another EmbeddedImageGraphic instance.

Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void CopyFrom(
	EmbeddedImageGraphic from,
	bool withBaseMembers
)

Parameters

from  EmbeddedImageGraphic
The graphic to copy from.
withBaseMembers  Boolean
If set to true, base members are copied as well.
See Also