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