Search
ComponentBase.ToParent Method
See Also
 






Converts a point from local coordinates to the specified parent's coordinates.

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

 Syntax

C#  Copy Code

public Point ToParent (
    ComponentBase parent,
    Point point
)

Visual Basic  Copy Code

Public Function ToParent( _
    parent As ComponentBase, _
    point As Point _
) As Point

 Parameters

parent

point

 Return Value

 See Also