Search
InternalUtils.GetRoundRect Method
See Also
 





Creates a graphics path of a rounded rectangle with the specified dimensions and round radius.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static Geometry GetRoundRect (
    Rect rc,
    double r
)

Visual Basic  Copy Code

Public Shared Function GetRoundRect( _
    rc As Rect, _
    r As Double _
) As Geometry

 Parameters

rc

A Rect instance, which defines the source rectangle.

r

The radius of the rectangle corners.

 Return Value

 Remarks

This method supports the WpfDiagram infrastructure and is not intended to be used directly from your code.

 See Also