MindFusion.Wpf Pack Programmer's Guide
Utilities.AddRoundRect Method (PathFigure, Double, Double, Double, Double, Double, Boolean)
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 PathFigure AddRoundRect (
    PathFigure gp,
    double x,
    double y,
    double width,
    double height,
    double r,
    bool setStartPoint
)

Visual Basic  Copy Code

Public Shared Function AddRoundRect( _
    gp As PathFigure, _
    x As Double, _
    y As Double, _
    width As Double, _
    height As Double, _
    r As Double, _
    setStartPoint As Boolean _
) As PathFigure

 Parameters

gp

x

y

width

height

r

setStartPoint

 Return Value

 See Also

AddRoundRect Method Overload List
Utilities Members
Utilities Class
MindFusion Namespace