xtd 0.2.0
Loading...
Searching...
No Matches

◆ is_visible() [16/16]

bool xtd::drawing::region::is_visible ( int32  x,
int32  y 
) const
noexcept

Tests whether the specified point is contained within this xtd::drawing::region when drawn using the specified xtd::drawing::graphics.

Parameters
xThe x-coordinate of the point to test.
yThe y-coordinate of the point to test.
Returns
true when the specified point is contained within this xtd::drawing::region; otherwise, false.