[]
Checks whether the specified point is visible in the custom shape.
public virtual bool IsVisible(Graphics g, RectangleF bounds, PointF point, Style style)
| Type | Name | Description |
|---|---|---|
| Graphics | g | The graphics used to paint. |
| RectangleF | bounds | The loaction and size to draw the shape. |
| PointF | point | The point to check. |
| Style | style | The sytle used to draw the shape. |
| Type | Description |
|---|---|
| bool | if the point is visible in the custom shape; otherwise, false.
|