Reads a rectangle from the specified node with the specified parent.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Rect ReadRectangle ( |
Visual Basic
Copy Code
|
|---|
Public Function ReadRectangle( _ |
The name of the element.
The parent of the element.
The rectangle that was read.
See Also