ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Rect Structure / Contains Method / Contains(Rect) Method
The Rect to test.

In This Topic
    Contains(Rect) Method
    In This Topic
    Determines if the rectangular region represented by rect is entirely contained within this rectangle.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal rect As Rect _
    ) As Boolean
    public bool Contains( 
       Rect rect
    )

    Parameters

    rect
    The Rect to test.
    See Also