Search
ComponentBase.ToLocal Method
See Also
 





Converts a point from document to local coordinates.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point ToLocal (
    Point point
)

Visual Basic  Copy Code

Public Function ToLocal( _
    point As Point _
) As Point

 Parameters

point
The document Point to convert.

 Return Value

A Microsoft.Maui.Graphics.Point containing coordinates of the specified point relative to the component.

 See Also