Region::IsVisible Method (Rectangle)
.NET Framework (current version)
Namespace:
System.Drawing
Assembly: System.Drawing (in System.Drawing.dll)
Return to top
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- rect
-
Type:
System.Drawing::Rectangle
The Rectangle structure to test.
Return Value
Type: System::BooleanThis method returns true when any portion of rect 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: