[]
Indicates whether the specified point is contained within this GraphicsPath.
public bool IsVisible(PointF point)
Type | Name | Description |
---|---|---|
PointF | point | A Point that represents the point to test. |
Type | Description |
---|---|
bool | This method returns true if the specified point is contained within this GraphicsPath; otherwise, false. |