Graphics::IsVisible Method
Indicates whether the point specified by a pair of coordinates is contained within the visible clip region of this Graphics.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | IsVisible(Int32, Int32) | 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(Point) | |
![]() | IsVisible(PointF) | |
![]() | IsVisible(Rectangle) | |
![]() | IsVisible(RectangleF) | Indicates whether the rectangle specified by a RectangleF structure 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(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. |
