ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Region Class / CreateEllipseRegion Method
A System.Drawing.Rectangle that just contains the ellipse.

In This Topic
    CreateEllipseRegion Method
    In This Topic
    Create a ellipse region.
    Syntax
    'Declaration
     
    
    Public Shared Function CreateEllipseRegion( _
       ByVal rectangle As Rectangle _
    ) As Region
    public static Region CreateEllipseRegion( 
       Rectangle rectangle
    )

    Parameters

    rectangle
    A System.Drawing.Rectangle that just contains the ellipse.

    Return Value

    A Region indicates the ellipse region
    See Also