Indicates whether the rectangle specified by a pair of coordinates, a width, and a height is contained within the visible clip region of this xtd::drawing::graphics.
- Parameters
-
x | The x-coordinate of the upper-left corner of the rectangle to test for visibility. |
y | The y-coordinate of the upper-left corner of the rectangle to test for visibility. |
width | Width of the rectangle to test for visibility. |
height | Height of the rectangle to test for visibility. |
- Returns
- true if the rectangle defined by the x, y, width, and height parameters is contained within the visible clip region of this xtd::drawing::graphics; otherwise, false.