Click or drag to resize

ImageGraphicCopyFrom(ImageGraphic, Boolean) Method

Copies the state from another ImageGraphic instance.

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

Parameters

from  ImageGraphic
The source instance.
withBaseMembers  Boolean
If set to , base members are copied as well.
See Also