This documentation is archived and is not being maintained.
Graphics::IsVisible Method
Visual Studio 2010
Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this Graphics.
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) | Indicates whether the specified Point structure is contained within the visible clip region of this Graphics. |
|
IsVisible(PointF) | Indicates whether the specified PointF structure is contained within the visible clip region of this Graphics. |
|
IsVisible(Rectangle) | Indicates whether the rectangle specified by a Rectangle structure is contained within the visible clip region of this Graphics. |
|
IsVisible(RectangleF) | Indicates whether the rectangle specified by a RectangleF structure is contained within the visible clip region of this Graphics. |
|
IsVisible(Int32, Int32) | Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this Graphics. |
|
IsVisible(Single, Single) | Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this Graphics. |
|
IsVisible(Int32, Int32, Int32, Int32) | Indicates whether the rectangle specified by a pair of coordinates, a width, and a height is contained within the visible clip region of this Graphics. |
|
IsVisible(Single, Single, Single, Single) | Indicates whether the rectangle specified by a pair of coordinates, a width, and a height is contained within the visible clip region of this Graphics. |
Show: