Region.IsVisible Method
.NET Framework 4.5
Tests whether the specified rectangle is contained within this Region.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
IsVisible(Point) | Tests whether the specified Point structure is contained within this Region. |
|
IsVisible(PointF) | Tests whether the specified PointF structure is contained within this Region. |
|
IsVisible(Rectangle) | Tests whether any portion of the specified Rectangle structure is contained within this Region. |
|
IsVisible(RectangleF) | Tests whether any portion of the specified RectangleF structure is contained within this Region. |
|
IsVisible(Point, Graphics) | Tests whether the specified Point structure is contained within this Region when drawn using the specified Graphics. |
|
IsVisible(PointF, Graphics) | Tests whether the specified PointF structure is contained within this Region when drawn using the specified Graphics. |
|
IsVisible(Rectangle, Graphics) | Tests whether any portion of the specified Rectangle structure is contained within this Region when drawn using the specified Graphics. |
|
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(Int32, Int32, Graphics) | Tests whether the specified point is contained within this Region object when drawn using the specified Graphics object. |
|
IsVisible(Single, Single, Graphics) | Tests whether the specified point is contained within this Region when drawn using the specified Graphics. |
|
IsVisible(Int32, Int32, Int32, Int32) | Tests whether any portion of the specified rectangle is contained within this Region. |
|
IsVisible(Single, Single, Single, Single) | Tests whether any portion of the specified rectangle is contained within this Region. |
|
IsVisible(Int32, Int32, Int32, Int32, Graphics) | Tests whether any portion of the specified rectangle is contained within this Region when drawn using the specified Graphics. |
|
IsVisible(Single, Single, Single, Single, Graphics) | Tests whether any portion of the specified rectangle is contained within this Region when drawn using the specified Graphics. |