[]
Indicates whether the rectangle described by the C1Rect contains the specified point.
public bool Contains(C1Point point)
Public Function Contains(point As C1Point) As Boolean
| Type | Name | Description |
|---|---|---|
| C1Point | point | The point to check. |
| Type | Description |
|---|---|
| bool |
Indicates whether the rectangle contains the specified rectangle.
public bool Contains(C1Rect rect)
Public Function Contains(rect As C1Rect) As Boolean
| Type | Name | Description |
|---|---|---|
| C1Rect | rect | The rectangle to check. |
| Type | Description |
|---|---|
| bool | true if |