Search
InternalUtils.CreateRoundRectRgn Method
See Also
 





Creates a round rectangle region.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Region CreateRoundRectRgn (
    RectangleF rc,
    float r
)

Visual Basic  Copy Code

Public Shared Function CreateRoundRectRgn( _
    rc As RectangleF, _
    r As Single _
) As Region

 Parameters

rc
RectangleF instance, which defines the rounded rectangle bounds.
r

The radius of the rectangle corners.

 Return Value

An instance of the .NET Region class.

 Remarks

This method supports the MindFusion.Diagramming infrastructure and is not intended to be used directly from your code.

 See Also