GraphicsPath.IsVisible Method
.NET Framework 4
Indicates whether the specified point is contained within this GraphicsPath.
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 is contained within this GraphicsPath. |
|
IsVisible(PointF) | Indicates whether the specified point is contained within this GraphicsPath. |
|
IsVisible(Int32, Int32) | 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, 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(Int32, Int32, Graphics) | Indicates whether the specified point is contained within this GraphicsPath, using the specified Graphics. |
|
IsVisible(Single, Single, Graphics) | Indicates whether the specified point is contained within this GraphicsPath in the visible clip region of the specified Graphics. |