Search
DiagramView.ViewToDiagram Method (Double)
See Also
 





Transform coordinates from view to diagram coordinate system.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public double ViewToDiagram (
    double length
)

Visual Basic  Copy Code

Public Function ViewToDiagram( _
    length As Double _
) As Double

 Parameters

length

A length value that should be transformed.

 Return Value

The scaled length.

 See Also