Creates a graphics path of a rounded rectangle with the specified dimensions and round radius.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public static Geometry GetRoundRect ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function GetRoundRect( _ |
A Rect instance, which defines the source rectangle.
The radius of the rectangle corners.
RemarksThis method supports the WpfDiagram infrastructure and is not intended to be used directly from your code.
See Also