ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / RectL Structure / ContainsRef Method

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

    Parameters

    rect
    See Also