Creates a graphics path of a rounded rectangle with the specified dimensions and round radius.
Namespace: MindFusion Assembly: MindFusion.Common
Syntax
C#
Copy Code
|
public static GraphicsPath AddRoundRect ( float x, float y, float width, float height, float r, GraphicsPath gp ) |
Visual Basic
Copy Code
|
Public Shared Function AddRoundRect ( _ x As Single, _ y As Single, _ width As Single, _ height As Single, _ r As Single, _ gp As GraphicsPath _ ) As GraphicsPath |
Parameters
Return Value
See Also
|