ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / RectF Structure / Contains Method / Contains(RectF) Method

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

    Parameters

    rect
    See Also