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