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
Return Value
See Also