Creates a graphics path of a rounded rectangle with the specified dimensions and round radius.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public static GraphicsPath GetRoundRect ( |
Visual Basic Copy Code |
---|
Public Shared Function GetRoundRect( _ |
The y-coordinate of the top-left corner of the rectangle.
The width of the rectangle.
The height of the rectangle.
The radius of the rectangle corners.
This method supports the MindFusion.Diagramming for WebForms infrastructure and is not intended to be used directly from your code.