ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure / Contains Method / Contains(RectL) Method

In This Topic
    Contains(RectL) Method
    In This Topic
    Determines if the specified rectangle is fully contained within this rectangle.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal rect As RectL _
    ) As Boolean
    public bool Contains( 
       RectL rect
    )

    Parameters

    rect
    See Also