Click or drag to resize

OpenPathShapeBase(ItemLocationDirect, IXmlDeserializationInfo) Constructor

Initializes a new instance of the OpenPathShapeBase class for deserialization.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected OpenPathShapeBase(
	ItemLocationDirect location,
	IXmlDeserializationInfo info
)

Parameters

location  ItemLocationDirect
The item location.
info  IXmlDeserializationInfo
The deserialization information.
See Also