[]
Gets the child object in this container that contains the screen location.
public virtual PSObject ChildContains(Point pt, bool ignoreTransparency)
Public Overridable 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. |