ASP.NET Pack Programmer's Guide
InternalUtils.CreateRoundRectRgn Method
See Also
 





Creates a round rectangle region.

Namespace: MindFusion.Diagramming
Package: 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 for WebForms infrastructure and is not intended to be used directly from your code.

 See Also

InternalUtils Members
InternalUtils Class
MindFusion.Diagramming Namespace