Region::IsVisible Method
.NET Framework (current version)
Tests whether the specified rectangle is contained within this Region.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | IsVisible(Int32, Int32, Graphics^) | |
![]() | IsVisible(Int32, Int32, Int32, Int32) | Tests whether any portion of the specified rectangle is contained within this Region. |
![]() | IsVisible(Int32, Int32, Int32, Int32, Graphics^) | |
![]() | IsVisible(Point) | |
![]() | IsVisible(Point, Graphics^) | |
![]() | IsVisible(PointF) | |
![]() | IsVisible(PointF, Graphics^) | |
![]() | IsVisible(Rectangle) | |
![]() | IsVisible(Rectangle, Graphics^) | |
![]() | IsVisible(RectangleF) | Tests whether any portion of the specified RectangleF structure is contained within this Region. |
![]() | IsVisible(RectangleF, Graphics^) | Tests whether any portion of the specified RectangleF structure is contained within this Region when drawn using the specified Graphics. |
![]() | IsVisible(Single, Single) | Tests whether the specified point is contained within this Region. |
![]() | IsVisible(Single, Single, Graphics^) | |
![]() | IsVisible(Single, Single, Single, Single) | Tests whether any portion of the specified rectangle is contained within this Region. |
![]() | IsVisible(Single, Single, Single, Single, Graphics^) |
Show:
