Search
XmlContext.ReadPoint Method (XElement)
See Also
 






Reads a Point object from the specified element.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Point ReadPoint (
    XElement element
)

Visual Basic  Copy Code

Public Function ReadPoint( _
    element As XElement _
) As Point

 Parameters

element

The element to load from.

 Return Value

An instance of the WPF Point structure representing the read point, or an empty point if reading has failed.

 See Also