WebPlanner Programmer's Guide

Utilities.GetRoundRect Method

See Also
 


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 GetRoundRect (
    float x,
    float y,
    float width,
    float height,
    float r
)

Visual Basic  Copy Code

Public Shared Function GetRoundRect ( _
    x As Single, _
    y As Single, _
    width As Single, _
    height As Single, _
    r As Single _
) As GraphicsPath

 Parameters

x
y
width
height
r

 Return Value

 See Also