Graphics.IsVisible Method
.NET Framework 2.0
Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this Graphics.
| Name | Description |
|---|---|
| Graphics.IsVisible (Point) | Indicates whether the specified Point structure is contained within the visible clip region of this Graphics. |
| Graphics.IsVisible (PointF) | Indicates whether the specified PointF structure is contained within the visible clip region of this Graphics. |
| Graphics.IsVisible (Rectangle) | Indicates whether the rectangle specified by a Rectangle structure is contained within the visible clip region of this Graphics. |
| Graphics.IsVisible (RectangleF) | Indicates whether the rectangle specified by a RectangleF structure is contained within the visible clip region of this Graphics. |
| Graphics.IsVisible (Int32, Int32) | Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this Graphics. |
| Graphics.IsVisible (Single, Single) | Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this Graphics. |
| 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. |
| 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. |
Community Additions
ADD
Show: