GraphicsPath::IsVisible Method
Indicates whether the specified point is contained within this GraphicsPath.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | IsVisible(Int32, Int32) | Indicates whether the specified point is contained within this GraphicsPath. |
![]() | IsVisible(Int32, Int32, Graphics^) | Indicates whether the specified point is contained within this GraphicsPath, using the specified Graphics. |
![]() | IsVisible(Point) | Indicates whether the specified point is contained within this GraphicsPath. |
![]() | IsVisible(Point, Graphics^) | Indicates whether the specified point is contained within this GraphicsPath. |
![]() | IsVisible(PointF) | Indicates whether the specified point is contained within this GraphicsPath. |
![]() | IsVisible(PointF, Graphics^) | Indicates whether the specified point is contained within this GraphicsPath. |
![]() | IsVisible(Single, Single) | Indicates whether the specified point is contained within this GraphicsPath. |
![]() | IsVisible(Single, Single, Graphics^) | Indicates whether the specified point is contained within this GraphicsPath in the visible clip region of the specified Graphics. |
