Search
XmlPersistContext.ReadPointCoordinates Method
See Also
 





Reads a List<Point> object with the specified name.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public List<Point> ReadPointCoordinates (
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function ReadPointCoordinates( _
    elementName As String, _
    parentElement As XmlElement _
) As List(Of Point)

 Parameters

elementName

parentElement

 Return Value

 See Also