Reads a Point object from the specified element.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public Point ReadPoint ( |
Visual Basic
Copy Code
|
|---|
Public Function ReadPoint( _ |
The element to load from.
An instance of the WPF Point structure representing the read point, or an empty point if reading has failed.
See Also