Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RectangleD Structure / Contains Method / Contains(RectangleD) Method
The RectangleD to test.

In This Topic
    Contains(RectangleD) Method
    In This Topic
    Tests whether the specified rectangle is entirely contained within the current RectangleD.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal rc As RectangleD _
    ) As Boolean
    public bool Contains( 
       RectangleD rc
    )

    Parameters

    rc
    The RectangleD to test.

    Return Value

    true if rc is completely contained within the current RectangleD structure, false otherwise.
    See Also