Search
Converter.FromXmlElement Method
See Also
 






Deserializes a Point object from the specified XmlElement.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Point FromXmlElement (
    XElement point
)

Visual Basic  Copy Code

Public Shared Function FromXmlElement( _
    point As XElement _
) As Point

 Parameters

point

The XmlElement representing the serialized point.

 Return Value

A Point object deserialized from the specified XmlElement.

 See Also