MindFusion.Wpf Pack Programmer's Guide
Utilities.GetRoundRect Method
See Also
 





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

Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static PathGeometry GetRoundRect (
    double x,
    double y,
    double width,
    double height,
    double r
)

Visual Basic  Copy Code

Public Shared Function GetRoundRect( _
    x As Double, _
    y As Double, _
    width As Double, _
    height As Double, _
    r As Double _
) As PathGeometry

 Parameters

x

y

width

height

r

 Return Value

 See Also

Utilities Members
Utilities Class
MindFusion Namespace