[]
Checks whether the specified point is visible in the custom shape.
public virtual bool IsVisible(Graphics g, RectangleF bounds, PointF point, Style style)
Public Overridable Function IsVisible(g As Graphics, bounds As RectangleF, point As PointF, style As Style) As Boolean
| 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.
|