Converts a point from document coordinates to the local coordinate space of a component inside this node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Point DocToComponent ( |
Visual Basic
Copy Code
|
|---|
Public Function DocToComponent( _ |
The point to convert.
The target component.
A Microsoft.Maui.Graphics.Point instance representing the point in local coordinates.
See Also