Contains Method
Contains(Int32, Int32)
Determines if the specified point is contained within the rectangular region
defined by this
Int32Rect .
Declaration
public readonly bool Contains(int x, int y)
Parameters
Type |
Name |
Description |
System.Int32 |
x |
|
System.Int32 |
y |
|
Returns
Type |
Description |
System.Boolean |
|
Contains(Int32Point)
Determines if the specified point is contained within the rectangular region defined
by this
Int32Rect .
Declaration
public readonly bool Contains(Int32Point pt)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Contains(Int32Rect)
Determines if the rectangular region represented by rect
is
entirely contained within the
rectangular region represented by this Int32Rect .
Declaration
public readonly bool Contains(Int32Rect rect)
Parameters
Returns
Type |
Description |
System.Boolean |
|