Search
Constants.GetRoundRectArc Method
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static float GetRoundRectArc (
    MeasureUnit currUnit,
    float factor
)

Visual Basic  Copy Code

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

 Parameters

currUnit

factor

 Return Value

 See Also