Converts a point from local coordinates to the specified parent's coordinates.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Point ToParent ( |
Visual Basic
Copy Code
|
|---|
Public Function ToParent( _ |
The local Point to convert.
A Microsoft.Maui.Graphics.Point representing the specified point in the specified parent's coordinate space.
RemarksThis method throws an exception if the specified component is null or it does not represent a parent of the current component.
See Also