[]
public bool IsVisible(Point point)
| Type | Name | Description |
|---|---|---|
| Point | point | The Point structure to test. |
| Type | Description |
|---|---|
| bool | This method returns true when |
Tests whether any portion of the specified Rectangle structure is contained within this Region object.
public bool IsVisible(Rectangle rectangle)
| Type | Name | Description |
|---|---|---|
| Rectangle | rectangle | The Rectangle structure to test. |
| Type | Description |
|---|---|
| bool | This method returns true when any portion of |