Click or drag to resize

RectangleShape(IXmlDeserializationInfo) Constructor

Initializes a new instance of the RectangleShape 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 RectangleShape(
	IXmlDeserializationInfo info
)

Parameters

info  IXmlDeserializationInfo
The deserialization information.
See Also