Reads a Point object with the specified name.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public Point ReadPoint ( |
Visual Basic
Copy Code
|
|---|
Public Function ReadPoint( _ |
A .NET Point object. Returns an empty Point if there is no element with the specified name under the specified parent.
See Also