ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.6.2 Assembly / C1.WPF.Bitmap Namespace / ImageRect Structure / Contains Method / Contains(ImageRect) Method

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

    Parameters

    rect
    See Also