Creates a graphics path of a rounded rectangle with the specified dimensions and round radius.
Namespace: MindFusionAssembly: MindFusion.Common
public static GraphicsPath GetRoundRect ( float x, float y, float width, float height, float r)
Public Shared Function GetRoundRect ( _ x As Single, _ y As Single, _ width As Single, _ height As Single, _ r As Single _) As GraphicsPath
Utilities MembersUtilities ClassMindFusion Namespace