ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / Region Class / IsEmpty Method

In This Topic
    IsEmpty Method
    In This Topic
    Tests whether this Region object has an empty interior.
    Syntax
    'Declaration
     
    
    Public Function IsEmpty() As Boolean
    public bool IsEmpty()

    Return Value

    This method returns true if the interior of this Region object is empty; otherwise, false.
    See Also