C1.Win.Bitmap.4.8 Assembly / C1.Win.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 System.Boolean
 

Parameters

rect
See Also