ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / ClippingStack Class / IsRectOutside Method / IsRectOutside(RectangleF) Method
Rectangular area

In This Topic
    IsRectOutside(RectangleF) Method
    In This Topic
    Represents whether the element is completely outside the rectangle.
    Syntax
    'Declaration
     
    Public Overloads Function IsRectOutside( _
       ByVal rect As RectangleF _
    ) As Boolean
    public bool IsRectOutside( 
       RectangleF rect
    )

    Parameters

    rect
    Rectangular area

    Return Value

    True if element is entirely outside rectangle, otherwise returns false.
    See Also