Search
Constants.GetRoundRectArc Method
See Also
 





Gets the radius of the arc of the rounded rectangle node shape.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static double GetRoundRectArc (
    MeasureUnit currUnit,
    double factor
)

Visual Basic  Copy Code

Public Shared Function GetRoundRectArc( _
    currUnit As MeasureUnit, _
    factor As Double _
) As Double

 Parameters

currUnit

factor

 Return Value

 See Also