Search
DiagramView.DiagramToView Method (Double)
See Also
 





Transform coordinates from diagram to view coordinate system.

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

 Syntax

C#  Copy Code

public double DiagramToView (
    double length
)

Visual Basic  Copy Code

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

 Parameters

length

A length value that should be transformed.

 Return Value

The scaled length.

 See Also