Click or drag to resize

ClosedPathShapeBaseCopyFrom(ClosedPathShapeBase, Boolean) Method

Copies values from another ClosedPathShapeBase 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(
	ClosedPathShapeBase from,
	bool withBaseMembers
)

Parameters

from  ClosedPathShapeBase
The instance to copy from.
withBaseMembers  Boolean
If set to , base class members are copied as well.
See Also