Search
DiagramView.PresenterToView Method
See Also
 






Converts a point from DiagramPresenter to view coordinates.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Point PresenterToView (
    Point point
)

Visual Basic  Copy Code

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

 Parameters

point

The Point to convert.

 Return Value

The converted point.

 See Also