Region::IsVisible Method (Int32, Int32, Int32, Int32)
.NET Framework (current version)
Tests whether any portion of the specified rectangle is contained within this Region.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- x
-
Type:
System::Int32
The x-coordinate of the upper-left corner of the rectangle to test.
- y
-
Type:
System::Int32
The y-coordinate of the upper-left corner of the rectangle to test.
- width
-
Type:
System::Int32
The width of the rectangle to test.
- height
-
Type:
System::Int32
The height of the rectangle to test.
Return Value
Type: System::Booleantrue when any portion of the specified rectangle is contained within this Region; otherwise, false.
For a code example, see the IsVisible(RectangleF) method.
.NET Framework
Available since 1.1
Available since 1.1
Show: