Method Contains
Contains(int, int)
When implemented by a class, indicates whether IMargin
area contains given position.
bool Contains(int x, int y)
Parameters
x
intThe X-constituent of the Point value that specifies the point to check-up.
y
intThe Y-constituent of the Point value that specifies the point to check-up.
Returns
- bool
True if contains; otherwise false.