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

◆ is_visible() [8/8]

bool xtd::drawing::graphics::is_visible ( float  x,
float  y 
)

Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this xtd::drawing::graphics.

Parameters
xThe x-coordinate of the point to test for visibility.
yThe y-coordinate of the point to test for visibility.
Returns
true if the point defined by the x and y parameters is contained within the visible clip region of this xtd::drawing::graphics; otherwise, false.