[]
Gets the child object in this container that contains the screen location.
public override PSObject ChildContains(Point pt, bool ignoreTransparency)
Public Overrides Function ChildContains(pt As Point, ignoreTransparency As Boolean) As PSObject
| Type | Name | Description |
|---|---|---|
| Point | pt | Point on the screen |
| bool | ignoreTransparency | Whether to ignore the transparency |
| Type | Description |
|---|---|
| PSObject | The child object in this container that contains the screen location. |